python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to match my dext with an USB device in DriverKit?
I am writing a driverkit extension whose goal is to block USB devices, such as flash drives. As a starting point, I chose example project at https://developer.apple.com/documentation/driverkit/communi...
TomasKenny
Votes: 0
Answers: 1
IOKit inclusion in c++ project in xcode
I am trying to write a program that uses IOAudioControl.h file in the IOKit, so that I learn dealing with IOKit directly without using Apple's APIs. Whenever I run a simple file like below I got tons ...
ahmed botta
Votes: 0
Answers: 1
MacOS Configure the FrameBuffer as a UserClient
I am looking to update an existing kext which simple opens the IOFrameBuffer and modifies the configuration via a call to setAttributeForConnection(). I believe that a kext is no longer needed as I ca...
mark
Votes: 0
Answers: 0
NetworkingDriverKit - How can I access packet data?
I've been creating a virtual ethernet interface. I've opened asynchronous communication with a controlling application and every time there are new packets, the controlling app is notified and then as...
Jake Stewart
Votes: 0
Answers: 1