AmAdEuS
June 15th, 2004, 11:58
hello,
our team has made a loader that enables warcraft3/Tft to connect to pvpgn-server by patching out the server-auth...
the loader hooks the GAMEMAIN function of game.dll and patches the few jumps in mem, and replaces the hash-routine for the pw's with the one of starcraft.
since our former source of the nocd-crackz has been busted i tried to make these on my own,too ,but encountered lots of difficulties when dumping with icedump etc...
so my questions is (before i go and code all this i thought it'll be clever to ask first) if it would work if i read the complete process-memory from war.exe @ the execution of the hooked GameMain function and write this to a file then.
would this gimme a correct decrypted dump of the exe, or does securom rencrypted certain parts again after they have been used? (it's securom 4.8.x)
perhaps anyone has already done this and made some experience with it, or may even provide some code for masm/nasm that shows how to do this effeciently...
thx for your time and help....
our team has made a loader that enables warcraft3/Tft to connect to pvpgn-server by patching out the server-auth...
the loader hooks the GAMEMAIN function of game.dll and patches the few jumps in mem, and replaces the hash-routine for the pw's with the one of starcraft.
since our former source of the nocd-crackz has been busted i tried to make these on my own,too ,but encountered lots of difficulties when dumping with icedump etc...
so my questions is (before i go and code all this i thought it'll be clever to ask first) if it would work if i read the complete process-memory from war.exe @ the execution of the hooked GameMain function and write this to a file then.
would this gimme a correct decrypted dump of the exe, or does securom rencrypted certain parts again after they have been used? (it's securom 4.8.x)
perhaps anyone has already done this and made some experience with it, or may even provide some code for masm/nasm that shows how to do this effeciently...
thx for your time and help....