From 1a0bd4e2404e125bf6e55605b8264195b6301839 Mon Sep 17 00:00:00 2001 From: n1nj4sec Date: Wed, 27 Jul 2016 18:44:51 +0200 Subject: [PATCH] adding help for pyinst new format --- pupy/pupygen.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pupy/pupygen.py b/pupy/pupygen.py index 918973b2..ddbc668f 100755 --- a/pupy/pupygen.py +++ b/pupy/pupygen.py @@ -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."