Skip to content

Repository files navigation

unfrozen_binary 1.0

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

unfrozen_binary contains:

  • unfrozen_binary_py2exe.py - works on py2exe binaries,
  • unfrozen_binary_cx_Freeze.py - works on cx_Freeze binaries,
  • unfrozen_binary_bbfreeze.py - works on bbfreeze binaries,
  • unfrozen_binary_pyinstaller.py - works on PyInstaller binaries.

Requirements:

  • pefile - Portable Executable reader module,
  • unpyc3 - Decompiler for Python 3.3,
  • uncompyle2 - Decompiler for Python 2.7.

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).

About

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

Resources

Stars

33 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages