This is the AMP version of this page.
If you want to load the real page instead, click this text.

Help! Best Tools For modding *.apk ? | Custom for "Cash For Laughts.apk"

mei2020

Platinian
Hi all modders,
I wanna ask u, what is the best tools for modding an *.apk ?

Specialy for modding this kind *.apk
Link
 
Some advanced app modder, not a game modder used APK Tool to decompile the apk, and they would edit the inside-apk, and from there, they would find the boolean and hex, and they will edit it. 0x1= true, 0x0 = false.

Example: Premium Unlock/0x1, Expiry Premium/0x0.
 
Likely using linux OS to do all modding thing ?
 
Where are user data records stored in ?
they are stored either in AssemblyC-Sharp.dll (can be edited with Dnspy)
or in il2cpp.so (can be modded by HxD or any hex editor (IDA pro is recommended by most. I personally don't know much about assembly so I would recommend dumping the APK with il2cpp dumper and opening the dummy.dll into Dnspy))