View Single Post
  (#7 (permalink)) Old
SunBeam
Keeper of Kadesh
 
SunBeam's Avatar
 


128-Bit Member

 
Posts: 326
Join Date: Aug 2006
Location: Inside a SEH..
Last Online: 09-21-2009 08:26 AM
Reputation: SunBeam is on a distinguished road
User is Offline
romania
   
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..
  
Reply With Quote