-2
\$\begingroup\$

I installed PyObfuscator using pip.

My input file was a simple hello that gets printed, and Python3 correctly interpreted it.

print("Hello")

I obfuscated it with the following command.

PyObfuscator hello.py

I run it.

python .\hello_obfu.py

However, I am flooded with a stacktrace with lots of ^ symbols, and these errors:

  File "<string>", line 1, in <module>
  File "<string>", line 3, in <module>
  File "<string>", line 1, in <module>
  File "<string>", line 9, in <module>
  File "<string>", line 2, in <lambda>
  File "<string>", line 2, in <listcomp>
ValueError: invalid literal for int() with base 8: '\\060\\x6f\\061\\x35\\060'
\$\endgroup\$

0

Browse other questions tagged or ask your own question.