Hi guys !
so, I'm working on a summoners war server on the LAST version of the game.
I managed to get up to the island loading screen on an old version (6.1.5) successfully, but I was missing game files so I couldn't go further.
I wish to use my experience so i can work on the last version of the game, and I made some progress.
My question is the following.
I'm currently using tools to bypass things in the game, like ssl pinning / server redirections, but, well... I'm not going to ask people to use all the tools I'm using to access the game when the server will be running.
That's why I'd like to modify the original libc2ssmon.so, but I'm pretty sure it's not an easy thing since the file is obfuscated.
is there a way I could do this without triggering the anticheat ?
I have the unobfuscated files and can check all the functions.
My theory is that there's a function that checks the integrity of the lib files, but I'm afraid that if I find the way to make the function return "true" everytime by modifying the Hex, i might break everything.
Any idea ?
Many thanks for your help.