Login Register


python crypter help filter_list
Author
Message
RE: python crypter help #6

Read about commandline options for PyInstaller. You can do this:

Code:
pyinstaller --onefile –noconsole –key=SOMESECRETKEY yourcode.py

To compile without upx use --no-upx.

You can use tkinter for a quick and dirty gui. Keep in mind that encrypted binaries are likely to raise suspicion of many AVs.
(This post was last modified: 08-10-2018, 09:08 PM by mroll.)

Reply





Messages In This Thread
python crypter help - by tmp001 - 11-05-2017, 01:47 AM
RE: python crypter help - by 0x6f776c - 11-07-2017, 11:32 PM
RE: python crypter help - by Bish0pQ - 11-08-2017, 09:33 AM
RE: python crypter help - by BadSnow - 11-26-2017, 03:23 AM
RE: python crypter help - by CodePusher - 08-10-2018, 04:35 PM
RE: python crypter help - by mroll - 08-10-2018, 09:04 PM
RE: python crypter help - by darkninja1980 - 09-19-2018, 11:29 PM
RE: python crypter help - by mothered - 09-20-2018, 06:49 AM
RE: python crypter help - by darkninja1980 - 09-20-2018, 08:18 AM
RE: python crypter help - by Cr3aTor - 09-20-2018, 10:56 AM
RE: python crypter help - by darkninja1980 - 09-20-2018, 09:00 PM
RE: python crypter help - by mothered - 09-21-2018, 06:55 AM



Users browsing this thread: 1 Guest(s)