int SomeApiCallback(int param)
{
// you can do some processing here
int result = SomeApiOriginalApi(param);
// you can do some more processing here
return result;
}
In which case you could use a VEH hook through PAGE_GUARD tripping/resetting and single-step to play with the registers directly (modify eip/rip etc.)Hook after Function execution
Users browsing this forum: No registered users and 20 guests