KhanhNguyen9872 / dump_marshal_py

a program can dump all marshal in obf code by KhanhNguyen9872
14 stars 3 forks source link

idk #4

Closed seized0 closed 3 weeks ago

seized0 commented 3 weeks ago

dumping.... dump count -> 0 completed (marshal)! ERROR:root:Traceback (most recent call last): File "C:\Users\nadek\Desktop\dump_marshal.py", line 180, in exec('import marshal;exec(marshal.loads(' + str(import('marshal').dumps(compile(marshal, '', 'exec'))) + "), globals())",globals()) File "", line 1, in File "", line 26, in File "", line 30, in loads ValueError: bad marshal data (unknown type code) image_2024-09-07_171311172

KhanhNguyen9872 commented 3 weeks ago

dumping.... dump count -> 0 completed (marshal)! ERROR:root:Traceback (most recent call last): File "C:\Users\nadek\Desktop\dump_marshal.py", line 180, in exec('import marshal;exec(marshal.loads(' + str(import('marshal').dumps(compile(marshal, '', 'exec'))) + "), globals())",globals()) File "", line 1, in File "", line 26, in File "", line 30, in loads ValueError: bad marshal data (unknown type code) image_2024-09-07_171311172

please using another version of python, this obfuscate file isn't work in current python

KhanhNguyen9872 commented 3 weeks ago

you can install all version of python (3.8 3.9 3.10 3.11 3.12 3.13) and find what version can run obfuscate file (ex: if marshal compiled in 3.11, you can only run it in 3.11, not 3.10, 3.9,....)