intercepting system calls?
intercepting system calls?
- Subject: intercepting system calls?
- From: Erik Paulson <email@hidden>
- Date: Thu, 19 Jan 2006 23:02:06 -0600
Hi -
I'd like to catch the system calls that an process is making, so I can
examine the system call and optionally handle it myself. Under Linux and
Solaris, I can use ptrace() with the PTRACE_SYSCALL command, which will
let the process run until it enters or exits a system call.
Is there an equivalent for Darwin? Using a KEXT to patch the system call
table is really not an option...
Thanks!
-Erik
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden