billythegoat356 / Specter

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

More errors :( #8

Open xman213 opened 2 years ago

xman213 commented 2 years ago

Traceback (most recent call last): File "c:\Users\Xavier Dudley\Desktop\specter.py", line 232, in main() File "c:\Users\Xavier Dudley\Desktop\specter.py", line 223, in main script = Specter.specterize(script=script) File "c:\Users\Xavier Dudley\Desktop\specter.py", line 64, in specterize script = Specter.layer_2(script=script) File "c:\Users\Xavier Dudley\Desktop\specter.py", line 148, in layer_2 return dumps(compile(script, 'Specter', 'exec')) SystemError: excessive stack use: stack is 3479 deep

billythegoat356 commented 2 years ago

try again, idk why you have this error

xman213 commented 2 years ago

So I tried doing it on a shorter python file and it worked (shorter meaning less lines) but where does it save the obfed file?

billythegoat356 commented 2 years ago

it saves it in the current directory, you have to extract the zip file

xman213 commented 2 years ago

Traceback (most recent call last): File "c:\Users\Xavier Dudley\Desktop\specter.py", line 232, in main() File "c:\Users\Xavier Dudley\Desktop\specter.py", line 223, in main script = Specter.specterize(script=script) File "c:\Users\Xavier Dudley\Desktop\specter.py", line 64, in specterize script = Specter.layer_2(script=script) File "c:\Users\Xavier Dudley\Desktop\specter.py", line 148, in layer_2 return dumps(compile(script, 'Specter', 'exec')) SystemError: excessive stack use: stack is 3479 deep

any fix yet for this