smali modding

wjdwndud0114

New User
18
07/24/17
1
Thread Author
Hey guys, I'm trying to look through class.dex to disable anti cheats, but I think DexProtect obfuscated all the variable and method names (ex: everything is a combination of I and i, IiiIiIIiIIi) :/

For those of you that dealt with this kind of thing, what did you do to work around it and try to understand the smali code?

It's the same with looking at the .class files
 
sadly there is nothing much you can do except a pen and piece of paper.
there are tools out there to try un-obfuscate those but only help very little - you need original mapping function to reverse it back.
 
Back
Top Bottom