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!

Need some guide related to port change in client or any other exe

Banned
Banned
Joined
Jan 3, 2020
Messages
5
Reaction score
0
CAn any one guide me how to change port in an exe in olly dbg????
 
Banned
Banned
Joined
Jan 3, 2020
Messages
5
Reaction score
0
Like if i want to change zone agent port in client or in any other exe if i want to change port how can i search that in olly dbg to modify port no.
 
Newbie Spellweaver
Joined
Sep 8, 2009
Messages
12
Reaction score
1
Offset 3860 in unpacked client..
00 6B 22 00 <-- Port 8811(Default) !
---------------------------------------------
Done it with 5.20 A3client.exe

Position 38af: de 0d -> 6b 22

From 3550 to 8811

Now prob is with loginagent I suppose, because it gives errors.

Wireshark may be our friend here
 
Junior Spellweaver
Joined
Nov 16, 2012
Messages
101
Reaction score
21
Like if i want to change zone agent port in client or in any other exe if i want to change port how can i search that in olly dbg to modify port no.

First thing, client does not contain zoneagent port. Client only contains server IP and login agent port.
Second, if you want to debug using ollydbg or some other debuggers, you can go through different reverse engineering topics, just google it. Normally the process involves finding offset where the existing port/IPs are present and then changing it.
Reference : https://forum.ragezone.com/f860/

Hope this information finds you well.
 
Back
Top