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

Exception on line 173, in obfuscate: IndexError: list index out of range #2

Open
b1ek opened this issue Sep 9, 2021 · 0 comments
Open

Comments

@b1ek
Copy link

b1ek commented Sep 9, 2021

C:\Users\blek\Desktop\progs\linzoparse>obfuscator.py parser.py parrrserrr.py
Opening parser.py for obfuscation
Traceback (most recent call last):
  File "C:\Users\blek\Desktop\progs\linzoparse\obfuscator.py", line 350, in <module>
    main()
  File "C:\Users\blek\Desktop\progs\linzoparse\obfuscator.py", line 333, in main
    output = obf.obfuscate_lines(lines)
  File "C:\Users\blek\Desktop\progs\linzoparse\obfuscator.py", line 312, in obfuscate_lines
    result += self.obfuscate(line, False) + "\n"
  File "C:\Users\blek\Desktop\progs\linzoparse\obfuscator.py", line 173, in obfuscate
    if code.split()[0] in ['import', 'from']:
IndexError: list index out of range
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

1 participant