Python Reverse

PYC Decompile

PYC ile compile edilmiş dosyaları kolayca geri çevirebiliriz.

pip install uncompyle6
uncompyle6 file.pyc

PyArmor

Decompiler: https://github.com/vxnetrip/pyarmor-8-decrypt

python main.py
pidof python
memdump.py <PID>
strings main.dump

Last updated