|
09-11-2009, 03:42 PM
Your best protection would be your own personal library with to-be-written data and mutation of code. Hook game functions like so:
game.exe+0xoffset:
jmp [dll_function]
dll_function:
{mutated_code_here} // Themida or VMProtect
ret
Notice I said mutated and not virtualized. No need for crappy VMs..
|