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