[panda-users] PANDA CALLBACKS
Simone Mazzoni
simone.mazzoni13 at gmail.com
Tue Apr 14 06:42:29 EDT 2015
Hi all,
I had a look at the PANDA CALLBACKS listed in the panda.md documentation
file.
I found this two callbacks:
PANDA_CB_USER_BEFORE_SYSCALL, // before system call
PANDA_CB_USER_AFTER_SYSCALL, // after system call (with return value)
According to the documentation this two callbacks can be used to intercept
a call to a system call from user mode.
Are those two callbacks still usable? I wasn't able to find a way to make
them works.
My purpose is to intercept the calling of system calls in user mode in
linux_x86 architecture.
Thanks for the help.
- Simone
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/panda-users/attachments/20150414/cd011302/attachment.htm
More information about the panda-users
mailing list