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

Compile .exe ERROR #11

Open
eduoliihezz opened this issue Mar 9, 2022 · 5 comments
Open

Compile .exe ERROR #11

eduoliihezz opened this issue Mar 9, 2022 · 5 comments

Comments

@eduoliihezz
Copy link

If you compile the Crypter via pyinstaller (or auto-py-to-exe), and you chose the ” One File” option, the Windows Defender system detects it like a Trojan, and delete it. But, if instead of picking the One File Option, you selected “One Directory” it won't be detected. Why? I don't know, but have it to count when you are going to compile it.

image

So this is the config that I recommend on auto-py-to-exe, it works.

@PushpenderIndia
Copy link
Owner

PushpenderIndia commented Mar 10, 2022 via email

@eduoliihezz
Copy link
Author

So, how can I make it undetectable for free ?

@e-bitch
Copy link

e-bitch commented Dec 3, 2022

So, how can I make it undetectable for free ?

use nuitka!

pip install nuitka

nuitka --onefile main.py

@jamiekarvans
Copy link

So, how can I make it undetectable for free ?

use nuitka!

pip install nuitka

nuitka --onefile main.py

not anymore, it's the same as pyinstaller

@jamiekarvans
Copy link

anyone has any solution to make py to exe without any detection?

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

4 participants