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 ...
This repo provides an example of how to create a single-file Windows executable from a Python app using PyInstaller. The general approach is largely based on Luke Lee's excellent Real Python article ...