Relative Content

Tag Archive for pythonpython-3.xunmarshallingdecodinguncompyle6

How to uncompile marshal.loads?

I have a .dat file that contains binary non-human readable values, if this value is read as binary with python and passed back to the marshal.loads function and then the result is passed to the exec function the script will execute.