Jump to content
Tuts 4 You

API Hooking With C++


r00t_H@ck3r

Recommended Posts

r00t_H@ck3r
Posted

kernel32.GetSystemTimeAsFileTime

how do I hook this api and return to the date I want ?

Posted

Look up the "Detours" library.

r00t_H@ck3r
Posted

any examples ?

Posted
http://forum.tuts4you.com/index.php?s=&showtopic=20051&view=findpost&p=98220

An example of Detours that I wrote for someone else. Not for the API you want, but you should be able to understand what is needed to be done and changed in that to get things working for the API you want to hook.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...