Accessing non-exported kernel symbols
Accessing non-exported kernel symbols
- Subject: Accessing non-exported kernel symbols
- From: Rob McKeever <email@hidden>
- Date: Thu, 20 Nov 2003 16:17:20 -0800
I'm wondering if there is any way to get access to non-exported kernel
symbols from an IOKit kext. The question comes up after trying to find
a way to access ubc_umount() for an experiment, but I'm sure there are
other symbols I'll want to torture as time goes on.
Before the obvious response comes back that if something isn't
exported, I shouldn't be playing with it, I am aware of that there
isn't any guarantee of compatibility between versions of non-exported
symbols and that futzing around inside dark areas of the system could
have dire consequences. This is primarily for my own use in exploring
how the system works and what is possible.
Thanks in advance,
-Rob
--
/* drunk.. fix later */
_______________________________________________
darwin-kernel mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/darwin-kernel
Do not post admin requests to the list. They will be ignored.