An open API service indexing awesome lists of open source software.

https://github.com/andoryuuta/unpyprotect

An unpacker for Angelic47's PyProtect
https://github.com/andoryuuta/unpyprotect

obfuscation protector pyprotect python unpacker

Last synced: 7 months ago
JSON representation

An unpacker for Angelic47's PyProtect

Awesome Lists containing this project

README

          

# Unpyprotect
An unpacker for [Angelic47](https://github.com/Angelic47)'s Python 2.7 bytecode protector, [PyProtect](https://pyprotect.angelic47.com/).

I wrote this as part of a [blog post](https://andoryuuta.github.io/posts/a-look-at-angelic47-pyprotect/) 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] `