Re: Intercepting file system calls (read, write, open, close, etc)
Re: Intercepting file system calls (read, write, open, close, etc)
- Subject: Re: Intercepting file system calls (read, write, open, close, etc)
- From: Mike Smith <email@hidden>
- Date: Tue, 16 Nov 2004 10:07:38 -0800
On Nov 15, 2004, at 10:58 PM, email@hidden wrote:
Hi Mike,
Let's make things harder.
I have NO control over the building of the application I want to
intercept.....
Let's make things easier; read the dyld manpage.
At the worst, you'll have to build a replacement for libSystem that
simply patches through
to the system copy in 99% of the cases.
= Mike
_______________________________________________
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
- Prev by Date:
RE: Intercepting file system calls (read, write, open, close, etc)
- Next by Date:
Re: Intercepting file system calls (read, write, open, close, etc)
- Previous by thread:
RE: Intercepting file system calls (read, write, open, close, etc)
- Next by thread:
Re: Intercepting file system calls (read, write, open, close, etc)
- Index(es):