0x3C50/pyobf2

new transformer

Closed this issue · 1 comments

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])

Thought this was already implemented or at least was?