Help! Need some help

Status
Not open for further replies.

RussellMyJimmys

Platinian
I need some help modding The Battle Cats. If you looked in android request, I made a request for someone to make a mod apk with the usual infinite currency, but also to make it so you spawn cats for free. Since no one replied(Most didn't even see it probably), I decided to try and do it my self, but I have no idea where to start. I decompiled an apk with apk easy and I bombarded with folders like assets, lib, res, smali, and smali_classes2. Is there anyone who can help me?
 
Sure it does lol they are only different architectures, for as exmaple armv7 devices, x86 devices etc.
Normally you can delete all lib folders and only use the armv7 folder.
When it's il2cpp.so modding, you don't need IDA ( normally )
When it's another .so like libgame.so and other names, you should take always the biggest .so in the Folder and load it into IDA.
And then take Processor Type ARM.
 
Sure it does lol they are only different architectures, for as exmaple armv7 devices, x86 devices etc.
Normally you can delete all lib folders and only use the armv7 folder.
When it's il2cpp.so modding, you don't need IDA ( normally )
When it's another .so like libgame.so and other names, you should take always the biggest .so in the Folder and load it into IDA.
And then take Processor Type ARM.
Is processor ARM only on the paid version? I don't see it on the freeware version.
 
first photo shows what I see when I decompile the apk. The second photo shows what I see inside lib/armeabi-v7a. According to Ducting, there's no tutorial for this type of lib modding.
 

Attachments

  • Needhelp1.png
    Needhelp1.png
    207.1 KB · Views: 122
  • Needhelp2.png
    Needhelp2.png
    166.5 KB · Views: 136
Status
Not open for further replies.
Back
Top Bottom