perch-stu / PyArmor-Deobfuscator

PyArmor Deobfuscator is a tool that helps to deobfuscate PyArmor-based obfuscated python scripts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyArmor Deobfuscator

PyArmor Deobfuscator is a tool that helps to deobfuscate PyArmor-based obfuscated python scripts.

Requirements

install uncompyle6:
pip install uncompyle6

Usage

~$ ./PyArmorDeobfuscator.py -f [Obfuscated File] -o [Output file]
~$ ./PyArmorDeobfuscator.py -f obfuscatedFile.py -o deobfuscatedFile.py

About

PyArmor Deobfuscator is a tool that helps to deobfuscate PyArmor-based obfuscated python scripts.


Languages

Language:Python 100.0%