Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can this obfucated file be made into a exe #2

Open
fdsmjkfjires opened this issue Jul 3, 2022 · 21 comments
Open

can this obfucated file be made into a exe #2

fdsmjkfjires opened this issue Jul 3, 2022 · 21 comments

Comments

@fdsmjkfjires
Copy link

No description provided.

@billythegoat356
Copy link
Owner

yes it can, with pyinstaller or nuitka :)

@elkeTmata
Copy link

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.

@billythegoat356
Copy link
Owner

Can you show me the error?

@elkeTmata
Copy link

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

@unawake
Copy link

unawake commented Aug 12, 2022

I am having the same problem

@LcyDev
Copy link

LcyDev commented Aug 29, 2022

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"

@unawake
Copy link

unawake commented Aug 29, 2022

ohhh ok thank you
This helped alot

@LcyDev
Copy link

LcyDev commented Aug 29, 2022

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.

@unawake
Copy link

unawake commented Aug 29, 2022

That would be nice if your can share what u did

@LcyDev
Copy link

LcyDev commented Aug 30, 2022

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

@billythegoat356
Copy link
Owner

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

@LcyDev
Copy link

LcyDev commented Aug 30, 2022

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.

@LcyDev
Copy link

LcyDev commented Aug 30, 2022

Pull Request: #13
@unawake @billythegoat356

@unawake
Copy link

unawake commented Aug 30, 2022

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

@dazd-pkz
Copy link

dazd-pkz commented Dec 6, 2022

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

@CSM-BlueRed
Copy link
Collaborator

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

@dazd-pkz
Copy link

dazd-pkz commented Dec 6, 2022

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

@dazd-pkz
Copy link

dazd-pkz commented Dec 6, 2022

bah explique moi jsp ;-;

@dazd-pkz
Copy link

dazd-pkz commented Dec 6, 2022

up

@zerocold1981
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants