crypter icon indicating copy to clipboard operation
crypter copied to clipboard

Compile .exe ERROR

Open eduoliihezz opened this issue 2 years ago • 5 comments

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.

eduoliihezz avatar Mar 09 '22 21:03 eduoliihezz

Pyinstaller exes are by default detectable, even simple hello world exe is detected as trojan.

On Thu, 10 Mar, 2022, 2:37 am Edu Olivares, @.***> wrote:

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: image] https://user-images.githubusercontent.com/93079880/157536076-52b935a9-7cfd-40cb-8898-d68c983a12ab.png

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

— Reply to this email directly, view it on GitHub https://github.com/PushpenderIndia/crypter/issues/11, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANORYIUYGHS55T32SWVS5QLU7EHIFANCNFSM5QKW37RQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

PushpenderIndia avatar Mar 10 '22 02:03 PushpenderIndia

So, how can I make it undetectable for free ?

eduoliihezz avatar Mar 12 '22 16:03 eduoliihezz

So, how can I make it undetectable for free ?

use nuitka!

pip install nuitka

nuitka --onefile main.py

e-bitch avatar Dec 03 '22 03:12 e-bitch

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 avatar Nov 30 '23 15:11 jamiekarvans

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

jamiekarvans avatar Nov 30 '23 15:11 jamiekarvans