detours

  • Thread starter Thread starter Abhishek
  • Start date Start date
A

Abhishek

Hi,

is it possible to detour a function that is present inside a class. like
directx device has got Present. how do you detour it

regards
Abhishek
 
Hi Tom,

I know about detours and want to use this.
Actually what i wanted to know is that, can detours be used to detour a
function that is part of call and not exported directly by the dll.

Regards
Abhishek
 
Abhishek said:
Hi Tom,

I know about detours and want to use this.
Actually what i wanted to know is that, can detours be used to detour a
function that is part of call and not exported directly by the dll.

Hmm, Detours is now on version 2.1, and it looks way, way better than 1.5.
The doc is now first rate, and there are a lot of samples now. If detours
can't hook a non-exported function,
http://madshi.net/madCodeHookDescription.htm can. I've used this library
for two commercial applications, and it works flawlessly.

-- David
http://www.dcsoft.com
 
Back
Top