NEED HELP WITH MY FIRST MODDING GAME

redondo

New User
8
01/06/17
5
Thread Author
Hello AR team

i was try to mod the game i play with IDA, after i finish decompiling apk file:

1) I must use? for what?

upload_2017-1-8_11-1-32.webp


I use "lybunity.so or assembly-Csharp.dll? for what?
I need to know the why of things, I have seen many tutorials and they do not explain why.

After answering this question, I continue with the questions.


Thank you very much for your help
 
As i have seen u are currently looking at unity game so u need is "Assembly-CSharp.dll" for what? Simply bcoz it is the right thing. And I will add this info bro. U don't need "libunity.so" if u have seen libgame.so that means u are checking a native game. Well if this is your first time to make mod I suggest u use net reflector since this is much easier than ida but then if u are modding native games u have no choice than to use ida. Hope I help u a bit gL~
 
As i have seen u are currently looking at unity game so u need is "Assembly-CSharp.dll" for what? Simply bcoz it is the right thing. And I will add this info bro. U don't need "libunity.so" if u have seen libgame.so that means u are checking a native game. Well if this is your first time to make mod I suggest u use net reflector since this is much easier than ida but then if u are modding native games u have no choice than to use ida. Hope I help u a bit gL~


Perfect to start with Reflector.

Thank you so much for taking the time and answering me
 
Yea and libunity.so (and the others) are almost always just libraries to allow unity to work on JVM like Dalvik, if uncertain check its size and compare to another unity game on android, its almost never touched, so reflector is def the way to go
 
Back
Top Bottom