Skip to content

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

License

Notifications You must be signed in to change notification settings

ptynecki/unfrozen_binary

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages