many examples in the web....keyword to search is "inline hooking"....so for eg:
http://www.google.com/search?hl=en&num=100&q=inline+hooking+linux+kernel&aq=f&oq=&aqi= and among the first few links: http://www.hackbase.com/tech/2009-05-06/52605.html or here (same article): http://www.router.net.cn/Article/21289.html (or http://www.neeao.com/pstzine/0x03/pdf/PSTZine_0x03_0x03.pdf)....communication is chinese...but C is universal language :-). On Dec 22, 5:08 pm, perumal316 <[email protected]> wrote: > Hi, > > I have hooked into the system call table in Linux v2.6 and replaced > system calls with my own functions. What I am trying now is to capture > the arguments/data/parameters passed by applications when they invoke > the system calls. Any idea how do I capture these parameters? > > Thanks in Advance, > Perumal
