Any Idea How To MOD Games That Have *.SO Files?

Death GOD 7

New User
4
03/06/17
0
Thread Author
HELP?
I know that it can be hacked from IDA Pro and I hacked small game(Mini Militia) with it but I want to learn more and hack it perfectly. Any admins/moderator/members here who can teach me?
BTW : I used to hack only unity games (Assembly-CSharp.dll)
#Regards7
 
".so" files are not for beginners, just like me it gives me a headache i cant understand a thing.

the way to mod this file is through hooking the function calls.
in google try searching mshook or frida.

if you anyone found out something, please share it, i also need this hooking.
 
".so" files are not for beginners, just like me it gives me a headache i cant understand a thing.

the way to mod this file is through hooking the function calls.
in google try searching mshook or frida.

if you anyone found out something, please share it, i also need this hooking.
Quite wrong , no need to hook anything to mod so games lol
 
ok then if you're smart enough, here's my problem.

the game has encrypted the lua files, the loading of files is done by libgame.so
Although i have already compiled a decrypter for lua. But

i can't mod the lua files because there's a integrity check at start, which i don't know where it is, i'm suspecting again in libgame.so

the only approach that i think, hook the function that loads the lua file, to swap the orig with the modded file. but i don't know how to do it.
 
ok then if you're smart enough, here's my problem.

the game has encrypted the lua files, the loading of files is done by libgame.so
Although i have already compiled a decrypter for lua. But

i can't mod the lua files because there's a integrity check at start, which i don't know where it is, i'm suspecting again in libgame.so

the only approach that i think, hook the function that loads the lua file, to swap the orig with the modded file. but i don't know how to do it.
But since the integrity check is there will kick in anyway so you are back square one lol
 
no, the integrity check is only at start so it's easy to fool it. you just need to swap the mod file when the time to load the orig lua (and this is after the integrity check)
 
mod SO , u need first to understand what so means it means shared library , it contains functions and classes , it is not the game itself it is just helper that will be called from the game to help it calculate and get info from it do stuff , so how the hell you want to mod so library without understanding the calls that are made to it by the game, defenetly you need to hook the app or at least analyse the dex files and see the calls that are made to the native shared library , the ones that tell u , u need only ida pro , they are liars and dont want you to do the race with them
 
mod SO , u need first to understand what so means it means shared library , it contains functions and classes , it is not the game itself it is just helper that will be called from the game to help it calculate and get info from it do stuff , so how the hell you want to mod so library without understanding the calls that are made to it by the game, defenetly you need to hook the app or at least analyse the dex files and see the calls that are made to the native shared library , the ones that tell u , u need only ida pro , they are liars and dont want you to do the race with them
Quite funny your answer tbh :)
Ida is enuf in most of the cases to understand and do static/dynamic analysis, all you need is to know how to do it
Then the editing can be done with Ida too but not the best choice, simply edit the copy of the lib with any hex edit :) magic is done
If you wanna do more advanced stuff Ida will be of good help but the coding must done quite differently base on what you wanna do :) Lua ? Ye deffo hooking but not always need but how ? Up to you :) sometimes Ida is not needed at all lol
 
ofc shitty apps u dont need ida at all , there is not always libraries linkeed to what you want , i just hacked the 8 pool ball latest version to make long lines from libgame , but people got banned untill now because the so called MODerator who modes the library they cant understand why they keep getting banned because maybe they think small only about ida and so file , its been 10 days and still im not banned because i know how it works NOT WITH IDA, try any moded file of 8 pool ball , u will get warning after the day after
 
ofc shitty apps u dont need ida at all , there is not always libraries linkeed to what you want , i just Modded the 8 pool ball latest version to make long lines from libgame , but people got banned untill now because the so called MODerator who modes the library they cant understand why they keep getting banned because maybe they think small only about ida and so file , its been 10 days and still im not banned because i know how it works NOT WITH IDA, try any moded file of 8 pool ball , u will get warning after the day after
Good job to you then what can I say
You are a pR0 h@X0r
 
Back
Top Bottom