r00t_H@ck3r Posted June 4, 2009 Posted June 4, 2009 kernel32.GetSystemTimeAsFileTimehow do I hook this api and return to the date I want ?
mudlord Posted June 5, 2009 Posted June 5, 2009 Detours is a library for intercepting arbitrary Win32 binary functions on x86 machines. For more details, see http://research.microsoft.com/sn/detours.http://research.microsoft.com/en-us/downlo...3d/default.aspx
Shub-Nigurrath Posted June 7, 2009 Posted June 7, 2009 if you want to avoid using detour (which has in some cases a limited flexibility) you can check here:http://www.accessroot.com/arteam/forums/in...?showtopic=8229I am not hooking the function you told but another one at lower level.
atom0s Posted June 8, 2009 Posted June 8, 2009 http://forum.tuts4you.com/index.php?s=&showtopic=20051&view=findpost&p=98220An 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now