venaxyt/mysterium

Issue

eyal9 opened this issue · 1 comments

eyal9 commented

What if i don't have the _pytransform.dll and init files? The code I have was an exe and I uncompylied it so i have the source code, but the source is protected with pyarmor on top of the exe. So I'm left with the pyarmor code. Is it possible to get the real source now?

Yes with no problem, you can extract from here it's memory (variables / dict / list....) and the functions like module ones and print and some other functions. To do this you can go to watch my tutorial on YouTube, which is in the documentation.
To do that, you have to put in a zip folder the file.py and the pytransform folder, and you drop in mysterium this zip file, and you finally have to input the main py name without it's extension.