Re: Need to gain access to unexported symbols
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com On Wed, 14 Jul 2010, Platon Fomichev wrote: Dear Evan Since you are using Leopard (this does not work for snow leopard, sigh), you can simply load your kext against the entire kernel. (Given that you accept the limitations of going beyond the KPIs, etc, which implies it is useful for testing and experimentation...) Just use the following for the OSBundleLibraries in your Info.plist: <key>OSBundleLibraries</key> <dict> <key>com.apple.kernel</key> <string>9.8.0</string> </dict> NB: Do "kextstat | fgrep com.apple.kernel" to find out the correct value for the string (9.8.0 in the above example), which changes with every release (although Leopard releases may have come to an end?). rick _______________________________________________ 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... I tried your approach (Leopard 10.5.8) and indeed it sounds like a salvation. Alas it does not work. I will show my progress: This email sent to site_archiver@lists.apple.com
participants (1)
-
Rick Macklem