Hi guys,
so im currently tryin to create a server emulator. But just for educational uses (to see how far I get). So if there is something useful coming out I will definitly share it on github or so.
My biggest problem is the de/encryption of the packet data. I have a little knowledge about OllyDBG and x64dbg. So my first attempt was wireshark there i sniffed the login packet. Then I tried xor with 0xFF (thats the old encryption) which seems not to work. After that I used google and found out that I could find the place where data will be sent with OllyDBG. Because before it will be sent there must somewhere be a encryption method. But I have no idea how to get to that point.
Maybe someone could help me with this problem or know the encryption algorithm and key?
My other idea was to use an older version of Florensia, but with a missing server I would have to take a look in OllyDBG to see what the client needs. And I think this is way more difficult.
Thanks.






? This tool may be useful for you.
