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

Does this still work? #17

Open
MikkM opened this issue May 3, 2016 · 1 comment
Open

Does this still work? #17

MikkM opened this issue May 3, 2016 · 1 comment

Comments

@MikkM
Copy link

MikkM commented May 3, 2016

I did a clean install following this:
https://www.smallsurething.com/category/obfuscation/

then tried to obfuscate file, but recive error:
[root@mikkm ~]# pyobfuscate init.py
Traceback (most recent call last):
File "/usr/bin/pyobfuscate", line 1188, in
main()
File "/usr/bin/pyobfuscate", line 1175, in main
ce = ColumnExtractor(source, cw.names)
File "/usr/bin/pyobfuscate", line 809, in init
self.parse(f)
File "/usr/bin/pyobfuscate", line 846, in parse
if occurancelist[seen_times]:
IndexError: list index out of range

@astrand
Copy link
Owner

astrand commented May 9, 2016

Which Python version are you using? Can you post an example input that does not work? The referenced URL gives 404. I usually test to obfuscate the obfuscator itself:
./pyobfuscate pyobfuscate

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