ClaudiuGeorgiu/Obfuscapk

Not changing method name

Dershowitz011 opened this issue · 2 comments

I've a method named .Start()Z and when I use the parameter "MethodRename" in the CLI, the method name remains unchanged in the obfuscated apk. What's the proper way of doing what I want?

Also please suggest the best parameters in their order to be used to highly obfuscate a mod apk. Thanks a lot in advance.

Hi @Dershowitz011, please see #42 (comment), it explains why some methods are not obfuscated.

Right. So what do you suggest be the alternative for this? I don't want my method to be recognised as that can be changed as and how required. Do help. Thanks.