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

[TUT] DomainCommand ("mole") "Fix"

Joined
Oct 14, 2009
Messages
5,493
Reaction score
2,299
First, open the gamedbd daemon in IDA free/pro:

Find the function "domaincmd"... When you get the list, which should look similar to pic below, select/follow the SECOND (2nd) one in the list that says "GNET::DomainCmd::process ... ... ..."

Locate the line (as highlighted in SS below) "JNZ" (just before the last "JMP")

343 - [TUT] DomainCommand ("mole") "Fix" - RaGEZONE Forums


"NOP" it..! Should look like this once that's correctly done:

343 - [TUT] DomainCommand ("mole") "Fix" - RaGEZONE Forums







Second, open gdeliveryd in IDA free/pro:

Find the function "domaindaemon"... When you get the list, which should look similar to pic below, select/follow the one with "OnLogin" in the name...

Locate the line (as highlighted in SS below) "JNZ" (just after "CMP" and just before "PUSH")

343 - [TUT] DomainCommand ("mole") "Fix" - RaGEZONE Forums


NOP it..! Should look like this once that's correctly done:

343 - [TUT] DomainCommand ("mole") "Fix" - RaGEZONE Forums







Next, (and quite possibly the most important part here!) Find/follow the function for "domaindaemon" with "OnValidate" in the name...

Should look like below:

343 - [TUT] DomainCommand ("mole") "Fix" - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Jan 3, 2017
Messages
70
Reaction score
12
this release same like pw155moleremoved.7z? (in another thread, that you commented, sry forgot the thread)
 
Back
Top