Skip to content
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

Open
xman213 opened this issue May 25, 2022 · 4 comments
Open

More errors :( #8

xman213 opened this issue May 25, 2022 · 4 comments

Comments

@xman213
Copy link

xman213 commented May 25, 2022

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
Copy link
Owner

try again, idk why you have this error

@xman213
Copy link
Author

xman213 commented May 25, 2022

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
Copy link
Owner

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

@xman213
Copy link
Author

xman213 commented Jun 11, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants