View Single Post
  #6  
Old 26-06-2009, 01:33
ititit ititit is offline
Registered User
 
Join Date: Jun 2009
Location: inPornHeaven
Posts: 13
Thanks: 0
Thanked 5 Times in 1 Post
ititit is on a distinguished road
Caliber this patcher works only if the DLL exacly resembles the 1.0.0.1 version
if the game updates the DLL my patcher wont even scratch the DLL
and i will just have to update the Patcher (if i have time obviously)
doing it with opcode searches is pretty hazardous cause in the DLL i add a section called myhook with the code cave and and then i replace the opcodes with jumps
i could have made it to use CALL opcode and RET to jump back but finding the codecave and adjusting CALL opcode to the position is not in my plans

best,
iTiTiT

edit.
the new section in PE file wasnt exacly needed so now the patcher use a big cave present in the DLL from the beginning

Last edited by ititit; 26-06-2009 at 02:28.
Reply With Quote