Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

New World - Reverse Engineering

Moderator
Staff member
Moderator
Joined
Feb 22, 2008
Messages
2,404
Reaction score
723
So has anyone already tried to figure out packets, packet encryption for this game? Any interest on trying to emulate it?

I played around in IDA Pro a little bit, tried to find some encryption constants using this plugin (https://github.com/nihilus/IDA_Signsrch) but I can't say that I found out where is the packet encryption.

Its been some years that I don't touch assembly code, might take some time xD

By the way, IDA Pro takes a really long time to analyze new world binary given its size. Only works with IDA Pro 64bit.

Still didn't try wireshark for instance to sniff some packets, even encrypted. Will Easy Anti Cheat get me banned for doing this?

If anyone has interest on trying to figure this out leave a comment here and we can share our discoveries. =D

Happy new year!
 
Elite Diviner
Joined
May 25, 2020
Messages
498
Reaction score
227
So has anyone already tried to figure out packets, packet encryption for this game? Any interest on trying to emulate it?

I played around in IDA Pro a little bit, tried to find some encryption constants using this plugin (https://github.com/nihilus/IDA_Signsrch) but I can't say that I found out where is the packet encryption.

Its been some years that I don't touch assembly code, might take some time xD

By the way, IDA Pro takes a really long time to analyze new world binary given its size. Only works with IDA Pro 64bit.

Still didn't try wireshark for instance to sniff some packets, even encrypted. Will Easy Anti Cheat get me banned for doing this?

If anyone has interest on trying to figure this out leave a comment here and we can share our discoveries. =D

Happy new year!

when i check github today i see this :D
Im not sure its will help you somehow :D
https://github.com/MontagueM/NewWorldUnpacker
 
Back
Top