Hello guys. I'm curently working on a summoners war private server. But for an old version of the game (6.1.5)
But I've got one issue and two solutions.
My issue is that I managed to get up to one of the last gateways, but I'm greeted with the game asking to get updated, since I copy/pasted the Base64 response from the official com2us server I got with mitmweb.
This base64 response is heavily encrypted, and I am currently trying to decrypt it, but the main lib.so file is a maze and it will take a massive amount of time to find everything I need with Ghidra.
But I found a second solution, which is forcing te game to accept any response the server gives. So with frida, I locked on to the the function responsible of that and told her "its okay, you can let it go", which worked, no "update needed" message.
But it was as this moment Appguard got triggered and gave me an error message.
I need help with appguard, it's a massive pain.
I got Frida , Ghidra and a main lib.so dump from the emulator.
Is there, maybe, some software that could help me ?
Or a guy with massive knowledge that has an idea on how to get Appguard out of the way ?
Thank you very much for your help.