0x3C50 / pyobf2

An in-place obfuscator for python 3.11
BSD 3-Clause "New" or "Revised" License
52 stars 8 forks source link

new transformer #12

Closed itskekoff closed 1 year ago

itskekoff commented 1 year ago

String pool transformer (also can be used with other types.

list_of_strs: list[str] = ["Hello, ", "World!"]
print(list_of_strs[0] + list_of_strs[1])
addi00000 commented 1 year ago

Thought this was already implemented or at least was?