Jump to content

10 posts in this topic

Recommended Posts

Posted

Ok I have read/watch many tutorials on how to mod android games, I been trying to mod a game called War dragons army of fire.. My problem is when I turn the apk into a zip I get a Classes.dex and a Classes2.dex which I believe is what needs to be modded? If I decompile it I get instead is Smali and a samli2 folder now I have gone threw these files many times but really have no idea what file to look at. Then I went ahead and did even more research and read that certain games can be modded by their lib files, This game so has that lib-->armeabi-v7a--> bunch of .SO files I tried looking at the Application.so file using IDA and it loaded over 85k results so Not sure if something has to be edited there or not. Then lastley this game has other files called Assests, Unknown and resources is there something I am doing wrong? Sorry if I sound like a complete noob, I rather learn how to do mods then always ask for them!

Posted (edited)

If it's Unity, you mod the CSharp.dll which can be found on the Assets folder. There's a few tutorials posted.

 

Regular games, you mod the .so file. Most of the time, it's called libgame.so

Updated by Diversityy
Posted (edited)

If it's Unity, you mod the CSharp.dll which can be found on the Assets folder. There's a few tutorials posted.

Regular games, you mod the .so file. Most of the time, it's called libgame.so

I have read around that sometimes the Csharp.dll is hidden, how will you find it if it is?

 

Edit - The game is not unity and there is no libgame.so file

Updated by Joeyyny
Posted (edited)

I have read around that sometimes the Csharp.dll is hidden, how will you find it if it is?

Edit - The game is not unity and there is no libgame.so file

It isn't always called libgame.so

Find the largest .so in terms of file size and try seeing if the functions are in there.

If not, it may be some hidden smali crap that no one likes to deal with.

Updated by ._.
Posted

It isn't always called libgame.so

Find the largest .so in terms of file size and try seeing if the functions are in there.

If not, it may be some hidden smali crap that no one likes to deal with.

I loaded the largest one called libapplication.so got hit with 85k resuals on IDA didn't really find any functions that I am looming for.
Posted

I loaded the largest one called libapplication.so got hit with 85k resuals on IDA didn't really find any functions that I am looming for.

We're there a ton of sub_XXXXX?

Posted

Yes a shitload of them

Open the string list, and search for what you are looking for. (shift + f12)

Posted

Open the string list, and search for what you are looking for. (shift + f12)

Ok I will try that, I appreciate all the info you have gave me!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines