Hnfull / Intensio-Obfuscator

Obfuscate a python code 2.x and 3.x
MIT License
625 stars 127 forks source link

An error occurs when using the -rts parameter #65

Open yj-zhang opened 3 years ago

yj-zhang commented 3 years ago

Bug

Description

When I run with the -rts parameter, an error will be generated during the work, the message is as follows: AttributeError:'Replace' object has no attribute'pythonExcludeUserString'

Command(s)

python3 ./intensio_obfuscator/intensio_obfuscator.py -i ./input/ -o ./output/ -mlen lower -ind 4 -ps --excludewords ./intensio_obfuscator/exclude_examples/exclude_words_by_user.txt -rts -v

jiayuqiu commented 3 years ago

I have the same problem.

pkern90 commented 2 years ago

I encountered the same issue with Python3.9 and intensio-obfuscator==1.0.10.6

edit: based on the code it looks like this only happens when specifying verbose output using the -v flag since it references a variable which git removed/renamed.

zmf829 commented 2 years ago

I have the same problem.How to solve it?