carartem03 Posted December 30, 2015 Report Posted December 30, 2015 I wanna compile .py to .exe and hide source code (python) .. Quote
Maximus Posted December 30, 2015 Report Posted December 30, 2015 https://www.google.co.uk/?gws_rd=ssl#q=py2exe Quote
carartem03 Posted December 30, 2015 Author Report Posted December 30, 2015 (edited) https://www.google.co.uk/?gws_rd=ssl#q=py2exeThis code may decompiled. I tired pyinstaller with key (O,v2G:Qf[jYpOcOl)Wyy) and he decompiled! Edited December 30, 2015 by carartem03 Quote
KRENG Posted December 31, 2015 Report Posted December 31, 2015 Numai mie nu-mi functioneaza download-ul de pe Sourceforge ? Ii dau download si ma da inapoi la directorul cu mai multe versiuni. Daca are cineva installerul , PM me ! Quote
carartem03 Posted December 31, 2015 Author Report Posted December 31, 2015 Numai mie nu-mi functioneaza download-ul de pe Sourceforge ? Ii dau download si ma da inapoi la directorul cu mai multe versiuni. Daca are cineva installerul , PM me !???, ??? ?? ??? ?? ????????? Quote
Byte-ul Posted December 31, 2015 Report Posted December 31, 2015 I wanna compile .py to .exe and hide source code (python) ..Use PJOrion and compile it to .pyc. Obfuscate and Protect the code with it.PjOrion - ??????????????, ??????????, ????????????, ?????????? ????? (??????: 1.3.1 ????: 11.10.2015) - ActionScript & Python - ?????? Korean Random Quote
carartem03 Posted December 31, 2015 Author Report Posted December 31, 2015 Use PJOrion and compile it to .pyc. Obfuscate and Protect the code with it.PjOrion - ??????????????, ??????????, ????????????, ?????????? ????? (??????: 1.3.1 ????: 11.10.2015) - ActionScript & Python - ?????? Korean RandomVery interesting ... You don't know how he find source code? I used key for encrypt bytecode (length of key - 20 symbols, he dont know key) and convert to .exe Quote
Byte-ul Posted December 31, 2015 Report Posted December 31, 2015 Very interesting ... You don't know how he find source code? I used key for encrypt bytecode (length of key - 20 symbols, he dont know key) and convert to .exewut? What source code? Quote
carartem03 Posted December 31, 2015 Author Report Posted December 31, 2015 wut? What source code?I given .exe to one people... .exe is python script, compiled by pyinstaller with very strong key (20 symbols)And he after 5 min given me full source code with all variables and name of variables Quote
Byte-ul Posted December 31, 2015 Report Posted December 31, 2015 I given .exe to one people... .exe is python script, compiled by pyinstaller with very strong key (20 symbols)And he after 5 min given me full source code with all variables and name of variablesJust use PjOrion. Quote
carartem03 Posted December 31, 2015 Author Report Posted December 31, 2015 Just use PjOrion.I understand this and will try, but how he did this? Quote
Byte-ul Posted December 31, 2015 Report Posted December 31, 2015 I understand this and will try, but how he did this?It uses exception handling to redirect flow. In addition it introduces control flow obfuscation, junk instructions and variable name obfuscation. Quote
carartem03 Posted December 31, 2015 Author Report Posted December 31, 2015 It uses exception handling to redirect flow. In addition it introduces control flow obfuscation, junk instructions and variable name obfuscation.I think you about PjOrion, not about "how recive python code from .exe with encrypted bytecode"ps ik that my EN so bad Quote
Byte-ul Posted December 31, 2015 Report Posted December 31, 2015 I think you about PjOrion, not about "how recive python code from .exe with encrypted bytecode"ps ik that my EN so badThat's what PjOrion does. Quote
carartem03 Posted December 31, 2015 Author Report Posted December 31, 2015 That's what PjOrion does.Yes, now intresting "how recive python code from .exe" (for testing). How did man, that recive python code from encrypted bytecode ? Quote
Byte-ul Posted December 31, 2015 Report Posted December 31, 2015 Yes, now intresting "how recive python code from .exe" (for testing). How did man, that recive python code from encrypted bytecode ?Maybe using this? PyInstaller Extractor download | SourceForge.netI don't know. Quote
carartem03 Posted December 31, 2015 Author Report Posted December 31, 2015 Maybe using this? PyInstaller Extractor download | SourceForge.netI don't know.Yes, i need some this, but my .exe have encryption key ...This work if file without encrypt key but if file have encrypted bytecode - error: Quote