RE: Intercepting file system calls (read, write, open, close, etc)
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Hmmm. --I'm not 100% sure of this, but I reckon you need an "IOMedia Filter Scheme" driver. --See http://developer.apple.com/documentation/DeviceDrivers/Conceptual/IOKitFunda --mentals/Families_Ref/chapter_11_section_15.html This is quite low level, and you will have to deal with streams of data rather than file handles/file paths. 1. Try VFS Stacking ? Or over-riding V-node ops ? OR 2. Get Syscall table and modify the appropriate syscalls ? OR 3. Modify environ variables that affect dynamic linking ? _______________________________________________ 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)
-
Al Ameen Shah