Re: Intercepting file system calls (read, write, open, close, etc)
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=Ve1nJFJu9IRcrnSWcI+RiRFnE4tmzUU1SUn3w4fZE34jdx3WbONYaar/J7uyYiWsfMI6kIU53LgX/8pLu8K5hUCcKi3DUXD/sYabnS2Fr5TnCOyPhUjB5zFZU+sSqjmwFAVFB4JddY0buGMXTs3ow1UJewYT+IRwB0eO1/ilttg= 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 <msmith@freebsd.org> wrote:
On Nov 15, 2004, at 10:58 PM, calcmach@actcom.net.il 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 (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/leimy2k%40gmail.com
This email sent to leimy2k@gmail.com
_______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
David Leimbach