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: David Leimbach <email@hidden>
- Date: Tue, 16 Nov 2004 11:50:48 -0800
Try mach_inject and mach_override before building a new libSystem.
http://rentzsch.com/mach_override/
Dave
On Tue, 16 Nov 2004 10:07:38 -0800, Mike Smith <email@hidden> wrote:
>
> 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
>
_______________________________________________
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):