billythegoat356 / Specter

A Python3 tool allowing you to obfuscate your script and camouflate the obfuscation.
Eclipse Public License 2.0
71 stars 12 forks source link

ValueError: bad marshal data (unknown type code) #9

Closed PandoricGalaxy closed 2 years ago

PandoricGalaxy commented 2 years ago

image tried re obfuscating code

billythegoat356 commented 2 years ago

you dont have to obfuscate your code 2 times...

PandoricGalaxy commented 2 years ago

you dont have to obfuscate your code 2 times...

I didn't obfuscate 2 times u said there are chances of code having error so to reobfuscate it that's what I did which didn't work. (Re obfuscate the source code not obfuscate code)

billythegoat356 commented 2 years ago

you have this error because you tried to execute the file on a different python version

PandoricGalaxy commented 2 years ago

Oh ok ok thx also do u know how can I import all modules when converting it to exe with nuitka? I mean do I have to manually type --include-package for every import that was in the source code?

billythegoat356 commented 2 years ago

yeah try that, bcuz since the code is obfuscated nuitka cant know the modules

PandoricGalaxy commented 2 years ago

yeah try that, bcuz since the code is obfuscated nuitka cant know the modules

I found the fix I just have to include the imports in obfiscated code

billythegoat356 commented 2 years ago

yeah you can do this too