RE: python crypter help 08-10-2018, 09:04 PM
#6
- Example-Crypter - Example crypter is a project demonstrating how files can be encrypted and injected into memory using a stub file.
- scantime_py_crypter A Scantime Crypter coded in Python 2.7
- cryptoneed
Read about commandline options for PyInstaller. You can do this:
Code:
pyinstaller --onefile –noconsole –key=SOMESECRETKEY yourcode.pyTo 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.)
![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)