So little time...
...so much schoolwork, it's impossible to get time to do anything else. Between schoolwork and my hobby, I dun hav time to surf net... so this blog like going to die liao.
But I'd like to mention what I've been busy with. I recently discovered that there is an API by Windows called Detours. Detours proves a bunch of stuff that allows a program to intercept ANY Windows function call. This means you can capture messages going from one app, log or modify it, then pass it along to the destination. Imagine the possibilities!
I haven't fully understand the workings of Detours but could only get it to work with existing apps requires the standard injection techniques. I'm still working on some code but I have yet to see how it's a revolutionary step from Windows' standard hooking.
Between A Maths and coding, why oh why isn't there a school for this??
Oh, if u interested in Detours, can check out http://research.microsoft.com/sn/detours
But I'd like to mention what I've been busy with. I recently discovered that there is an API by Windows called Detours. Detours proves a bunch of stuff that allows a program to intercept ANY Windows function call. This means you can capture messages going from one app, log or modify it, then pass it along to the destination. Imagine the possibilities!
I haven't fully understand the workings of Detours but could only get it to work with existing apps requires the standard injection techniques. I'm still working on some code but I have yet to see how it's a revolutionary step from Windows' standard hooking.
Between A Maths and coding, why oh why isn't there a school for this??
Oh, if u interested in Detours, can check out http://research.microsoft.com/sn/detours
0 Comments:
Post a Comment
<< Home