how to tell which symbols are exported?
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com I there a tool to get a list of all the symbols that each of the loaded kernel extensions are exporting on a given system? Background: I'm sitting at a shell prompt, trying to kextload an older kext on a newer system. A symbol required for the kext, call it "foo", which used to be resolved by the dependancies listed in the kext's Info.plist in an older version of MacOSX no longer seems to be found by kextload. I know the symbols is still there, as nm /mach_kernel shows it. Ideally, I'll be able to update Info.plist with vi and go on my merry way.. Thanks, Drew _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Andrew Gallatin