Interprocess Communication between Kext and app on Mac os x

梦里梦外; 2021-11-01 06:54 269阅读 0赞

The recommended method to do the IPC between kext and app is using userclient. IOUserClient provides a basis for communication between client applications and I/O Kit objects.

Details about userclient please read this sample:

http://developer.apple.com/library/mac/\#samplecode/SimpleUserClient/Introduction/Intro.html\#//apple\_ref/doc/uid/DTS10000450-Intro-DontLinkElementID\_2

and IOUserClient reference..

http://developer.apple.com/library/mac/\#documentation/Kernel/Reference/IOUserClient\_reference/translated\_content/IOUserClient.html\#//apple\_ref/doc/uid/TP40011880

转载于:https://www.cnblogs.com/heezee/archive/2013/04/12/2837211.html

发表评论

表情:
评论列表 (有 0 条评论,269人围观)

还没有评论,来说两句吧...

相关阅读