I have already decompiled an .exe file and reached to a .py but it is obfuscated using PyArmor.
I have already used ''https://github.com/nlscc/unpyarmor'' to try it, but could not figure it out how to use it correctly. I've searched a lot for some tutorial video but could only find ways to obfuscate it. Not the reverse process.
Thx guys!
INFOS:
/ decompyle3 version 3.3.2
/ Python bytecode 3.8 (3413)
/ Decompiled from: Python 3.8.3
decompyle3 version 3.3.2
Python bytecode 3.8 (3413)
Decompiled from: Python 3.8.3 [MSC v.1924 64 bit (AMD64)]
Embedded file name: dist\obf\main.py
from pytransform import pyarmor_runtime pyarmor_runtime() pyarmor(name, file, b'PYARMOR\x00\x00......
I tried usin unpyarmor but i think i can't use this tool correctly ( lmao )... i would get a good job on my university solving this (lol) but i have no ideia what i have to do to get the source code...
Thxxx
– Kyogin May 31 '21 at 00:44