Open zystudios opened 7 months ago
For example, the following code
user1 = "Lucy" user2 = "Mike" def test(): return f'hello, {user1} and {user2}'
After the conversion, the variable user1 & user2 in the string is not converted, which results in a runtime error
THwduoHUJWTMxkVXADzCFBUbrbFzfRoc = "Lucy" UWnpAPqUEpuCZcmpsAxrDRFRZRbCCrME = "Mike" def WMoAftRwfkXoDwcMCniTSkJgSldSdlzy(): return f'hello, {user1} and {user2}'
python3 intensio_obfuscator.py -i E:\src -o E:\dist -mlen "lower" -rts -ind 4
@zystudios Use .format to fix the issue
Bug
Description
For example, the following code
After the conversion, the variable user1 & user2 in the string is not converted, which results in a runtime error
Command(s)
Example(s)
Feature
Description
Example(s)