A PyInstaller experiment: It started as an attempt to hide unnecessary files like media inside the exe but ran into PyInstaller's detection mechanism, so I ended up bundling the whole environment.
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 ...