A script that helps researcher to unpack and decompile executable written in python. However, right now this only supports executable created with py2exe and pyinstaller. This script glues together ...
from repyexe.decompile import decompile_exe decompile_exe("samples/khaki.exe") The version of Python used must be the same minor version as the one used to compile ...