GithubHelp home page GithubHelp logo

Comments (21)

LcyDev avatar LcyDev commented on August 25, 2024 1

Hello. You can make a pull request if you want to share your upgraded version of Hyperion!

Okay nice, i'll do that soon ^^
I'll just clean it first.

from hyperion.

unawake avatar unawake commented on August 25, 2024 1

Hey yeah, i currently have to rewrite the entire thing to make it cleaner and so it works with my EXEWrapper in C but i'll let you know

You can contact me via discord ConaII#1154

Accept My friend request. I am still having trouble converting to a exe

from hyperion.

billythegoat356 avatar billythegoat356 commented on August 25, 2024

yes it can, with pyinstaller or nuitka :)

from hyperion.

elkeTmata avatar elkeTmata commented on August 25, 2024

Me again,
Im doing a simple reverse shell and when i execute the .py it connects but when i convert it to exe using pyinstaller it does not
sorry for the inconvenience.

from hyperion.

billythegoat356 avatar billythegoat356 commented on August 25, 2024

Can you show me the error?

from hyperion.

elkeTmata avatar elkeTmata commented on August 25, 2024

Theres no error itself, It just does nothing when is an exe

from hyperion.

unawake avatar unawake commented on August 25, 2024

I am having the same problem

from hyperion.

LcyDev avatar LcyDev commented on August 25, 2024

Answer: Yes, it can be made into an exe, even a multi modular proyect.

Theres no error itself, It just does nothing when is an exe

You need to specify ALL the imports to the pyinstaller, even your own local modules.
This is because the installer can't properly analize your code for hidden imports so you have to specify them.

# Argument to Add python module
--hidden-import=curses
# Argument to Add local modules
--hiden-import="xGame"
--hiden-import="utils.funcs"

from hyperion.

unawake avatar unawake commented on August 25, 2024

ohhh ok thank you
This helped alot

from hyperion.

LcyDev avatar LcyDev commented on August 25, 2024

If you need, i can share you how i did it and what i did.
I modified hyperion to work better and automatizable, also added some fixes and cmd-line arguments.

from hyperion.

unawake avatar unawake commented on August 25, 2024

That would be nice if your can share what u did

from hyperion.

LcyDev avatar LcyDev commented on August 25, 2024

Hey yeah, i currently have to rewrite the entire thing to make it cleaner and so it works with my EXEWrapper in C but i'll let you know

You can contact me via discord ConaII#1154

from hyperion.

billythegoat356 avatar billythegoat356 commented on August 25, 2024

Hello. You can make a pull request if you want to share your upgraded version of Hyperion!

from hyperion.

LcyDev avatar LcyDev commented on August 25, 2024

Pull Request: #13
@unawake @billythegoat356

from hyperion.

Smug246 avatar Smug246 commented on August 25, 2024

@ConaII could u accept my discord friend request. My name is smug on there

from hyperion.

dazd-pkz avatar dazd-pkz commented on August 25, 2024

UP+

J'ai le même problème avec auto py to exe
image
j'ai bien importer mes modules, mais rien ne ce passe, je suis sensé avoir deux fichiers apparaitre dans TEMP\test

from hyperion.

CSM-BlueRed avatar CSM-BlueRed commented on August 25, 2024

UP+

J'ai le même problème avec auto py to exe
image
j'ai bien importer mes modules, mais rien ne ce passe, je suis sensé avec deux fichiers apparaitre dans TEMP\test

Dis moi que tu troll

from hyperion.

dazd-pkz avatar dazd-pkz commented on August 25, 2024

c'est ce que j'ai compris de conall : You need to specify ALL the imports to the pyinstaller, even your own local modules.
Tu dois spécifié tout les imports dans pyinstaller

from hyperion.

dazd-pkz avatar dazd-pkz commented on August 25, 2024

bah explique moi jsp ;-;

from hyperion.

dazd-pkz avatar dazd-pkz commented on August 25, 2024

up

from hyperion.

zerocold1981 avatar zerocold1981 commented on August 25, 2024

So no one was able to build the EXE file? I just didn't have the brains to run it from what I have now)

from hyperion.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.