Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 474 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 474 Bytes

Unpyprotect

An unpacker for Angelic47's Python 2.7 bytecode protector, PyProtect.

I wrote this as part of a blog post regarding how to use xdis and xasm to deal with obfsucated bytecode across python versions.

Usage

py -3 -m pip install -r requirements.txt

py -3 unpyprotect.py [--decode-utf8] <your_pyprotected_file.pyc>