Title says... (with asm). for 2008..
Printable View
Title says... (with asm). for 2008..
why would wana do that?
In hex, find /suicide and replace by something fucked up.
well hex editing dose the job ,but it dosent disable all it dose is change the /suicide to other stuff.
and yeah i agree its a stupid way
Open the runnable in OllyDBG, search for all referenced text strings, search for suicide or something like that, when you fond it, follow it in disassembler and NOP the address.
NOP will kill the whole shit bad idea
Simply NOP the function call to MMatchServer::OnRequestSuicide at MMatchServer::OnCommand.
OR
Remove the command "/suicide" from the runnable using NOP over the function that deals with adding the command callback for it.
The /suicide command it self isn't located in OllyDbg neither Hex editing lol.