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
- Host: GitHub
- URL: https://github.com/andoryuuta/unpyprotect
- Owner: Andoryuuta
- License: mit
- Created: 2019-11-02T01:08:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-02T20:45:40.000Z (over 6 years ago)
- Last Synced: 2025-05-12T19:58:51.556Z (12 months ago)
- Topics: obfuscation, protector, pyprotect, python, unpacker
- Language: Python
- Size: 5.86 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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] `