ptynecki / unfrozen_binary

Python toolset for decompression and decompilation Python frozen binaries. Support unpyc3 and uncompyle2 decompilers only
MIT License
32 stars 3 forks source link

unfrozen_binary 1.0

Python toolset for decompression and decompilation Python frozen binaries. Support unpyc3 and uncompyle2 decompilers only.

unfrozen_binary contains:

Requirements:

How to use the toolset:

chmod +x unfrozen_binary_<name>.py
./unfrozen_binary_<name>.py binary_file_based_on_<name>.exe

More about the decompresion and decompilation Python frozen binaries you can read in my presentation about hacking Python binaries (sorry, polish only).