Can't find the main source code in this XAPK

Sbenny.com is trusted by 1,323,715 happy users since 2014.
Register

Typ3Cast

Lurker Lv0️⃣
Member for 3 years
So there is a game on the play store called "Mutiny: Pirate Survival RPG"
It is made with Unity. So I get the XAPK and decompile it with apktool, however the game code isn't there. It should be in with the rest of the smali but there are only a few files..
Is the rest of the code in the OBB file, and if so how do I get it.
I can edit smali and know how to convert it. I just don't know where the rest of the classes.dex are.

Thoughts?
 

Yas Kashije

Endless
Member for 4 years
There are several kinds of XAPK. You will have to look for lib folder using a search engine.
On some of them you may have a separate folder called config-something.
 

Typ3Cast

Lurker Lv0️⃣
Member for 3 years
Ok, it has a "lib" folder that has two folders inside of it.
"arm64-v8a" and "armeabi-v7a" they contain *.so files. I'm guessing I go from there.
"libgpg.so"
"libil2cpp.so"
"liblz4.so"
"libmain.so"
"libunity.so"
 
Top