/PyArmor-Deobfuscator

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

Primary LanguagePython

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