View Single Post
API
Veteran Member
Join Date: May 2006
Old 05-27-2010 , 18:51   Re: Dynamic detouring library
Reply With Quote #25

You should really start development on a memory patching API.
My idea:

ProbeMemory *x = api->ProbeAddress(0x123);
if(!x->IsPatched())
{
x->Patch(...);
}
__________________
API is offline
Send a message via AIM to API