• 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 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