• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Need help in decrypting the encrypted TCP packet data received from the client

Initiate Mage
Joined
Apr 10, 2020
Messages
2
Reaction score
0
I want to decrypt the encrypted TCP packet data received from the client and I found the packet decryption method of this client someone uploaded to the Keroro Fighter community, but I have no idea how to use this.. I asked him for how to use, but he didn't respond. So I tried reverse engineering the game client using Ghidra(IDA pro is too expensive for me...)but I couldn't find anything useful information related to packet decryption. Could anybody let me know how to decrypt the encrypted TCP packet data received from the client?

Game client file :
AuthCodeDETOUR.exe (You'll need to detour the client's auth code verification to capture the packet data) :
KeroroGameModule.dll (I changed the client's destination ip address to localhost(127.0.0.1)) :
keroro_fighter.bms (you can extract the pack file with quickBMS program) :


Packet decryption method uploaded by someone

Packet decryption result uploaded by someone

Game packets I captured using Wireshark

Help me plz
 
Last edited:

DtS

Newbie Spellweaver
Joined
Apr 10, 2020
Messages
8
Reaction score
0
Re: Need help in decrypting the encrypted packet data received from the client

search how to hook ssl / tls for packed encryption i think is better solution for that
 
Back
Top