adding help for pyinst new format

This commit is contained in:
n1nj4sec 2016-07-27 18:44:51 +02:00
parent 61acd89196
commit 1a0bd4e240
1 changed files with 1 additions and 0 deletions

View File

@ -236,6 +236,7 @@ class ListOptions(argparse.Action):
print "\t- exe_86, exe_x64 : generate PE exe for windows"
print "\t- dll_86, dll_x64 : generate reflective dll for windows"
print "\t- py : generate a fully packaged python file (with all the dependencies packaged and executed from memory), all os (need the python interpreter installed)"
print "\t- pyinst : generate a python file compatible with pyinstaller"
print "\t- py_oneliner : same as \"py\" format but served over http to load it from memory with a single command line."
print "\t- ps1_oneliner : load pupy remotely from memory with a single command line using powershell."