Hnfull / Intensio-Obfuscator

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

bad verification letter before `:` in string if local variable is a letter and is same with [r-, --replace] arg #17

Closed Hnfull closed 5 years ago

Hnfull commented 5 years ago
C = "letter"
if "C:" in string or "D:" in string:
    print("test")

C: string in if is obfuscated because local variable C exist and char : after char C in if cause the problem , this is due to bad check words, because var C and strings C: is not the same