A forum for reverse engineering, OS internals and malware analysis 

Forum for discussion about kernel-mode development.
 #20375  by EP_X0FF
 Sun Aug 04, 2013 11:59 am
It's just a function. What is the problem? If you can't describe what you want again - just use google translate.
 #20378  by R00tKit
 Sun Aug 04, 2013 1:13 pm
just simple google search give you many info about hooking :
http://lmgtfy.com/?q=hook+function+%20techniques
i think you just use SSDT before and now see this function is not in ssdt and ask what i must do - we have some other method to hook function
inline hooking :read old "rootkit subverting windows " book and "rootkit arsenal" and too many article :
http://lastfrag.com/hotpatching-and-inl ... explained/
http://jbremer.org/x86-api-hooking-demystified/

in general for inline hooking you must do :
Image

user mode sample is in attachment
for kernel mode see m1gB0t, Greg Hoglund, 2004
Attachments
(1.48 KiB) Downloaded 46 times