kernel-extension
Creating a Device Driver with Xcode Cocoa Application
Hi Friends.. I am tryto create a Device driver Application In X-Code, From This Link:- http://developer.apple.com/library/mac/#documentation/Darwin/Conceptual/KEXTConce开发者_StackOverflow社区pt/KEXTC[详细]
2023-04-12 19:33 分类:问答MacOSX: how to capture network events? Or: how does Private-Eye works?
I stumbled upon Private Eye and wonder how it works. I.e. what APIs it is using to get those information (all incoming/outcoming network connections and the application using it)?[详细]
2023-04-11 20:41 分类:问答USB device shows twice in IORegistryExplorer when unplugged - as live and as terminated
I have a USB device that I have developed a codeless kext for to keep OS X from preemptively capturing it. The kext just makes the device match with a different kext in the IOBluetoothFamily.kext.[详细]
2023-04-10 17:37 分类:问答Calling proc_selfppid() from an IOAudio kext in Lion
I\'ve got a kext based on Apple\'s AudioReflectorDriver sample code (it intercepts audio output and makes a copy).[详细]
2023-03-22 06:17 分类:问答Using launchd to load and configure a kernel extension in OS X
I am writing a network kernel extension for socket filtering. To make it configurable, a userland program reads a config file and passes the information to the kext through a PF_SYSTEM socket.[详细]
2023-03-04 17:49 分类:问答Linking Dylibs in Kexts?
I\'ve written a kext for OS X that implements a USB-based framebuffer using (IOKit) libusb and jpeglib. Both of those are dylibs, and for some reason they won\'t link properly in XCode, and the OS won[详细]
2023-01-25 00:51 分类:问答Implement CPU extensions in a kernel module
I\'m looking for information relating to implementing certain CPU extensions in a kernel module. I\'ve found something related: http://www.mirrors.docunext.com/lxr/http/source/arch/mips/kernel/unalign[详细]
2023-01-10 05:38 分类:问答Low level hotkey kext to kill WindowServer?
I need to make a kext which does a very simple function. Whenever a key combination is pressed the kext should kill a proces开发者_开发技巧s which happens to be \"WindowServer\"[详细]
2023-01-10 00:01 分类:问答Network Packet Inspector in Mac OSX
I\'m trying to create a network packet inspector. I know you can do this with libpcap, but it\'s not a sniffer, i need to forge network packet, before it was sent on network. (sending v开发者_如何学P[详细]
2022-12-17 10:33 分类:问答