-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More errors :( #8
Comments
try again, idk why you have this error |
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? |
it saves it in the current directory, you have to extract the zip file |
any fix yet for this |
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
The text was updated successfully, but these errors were encountered: