site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Alexei _______________________________________________ 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... On Aug 15, 2007, at 10:33 PM, Matt Burnett wrote: Regarding the linking against the entire kernel, do non-IOKit KEXTs link against the entire kernel by default and IOKit KEXTs do not, or is this another reason why my IOKit KEXT can not resolve execve? All kexts are basically the same; their Info.plist defines which other modules they link against, and those are the symbols they will resolve to. I'm a little surprised you were able to get any kext, IOKit or non, to resolve execve. I'm pretty sure it's not exported by any of the kernel symbol sets. How are you linking your kext? What does its Info.plist look like? This email sent to site_archiver@lists.apple.com
participants (1)
-
Alexei Kosut