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)
macOS: Unable to resolve symbols for custom kernel extensions
I am trying to build a custom kernel extension for macOS catalina 10.15.7 and XCode 12.4 to access a third-party USB-Wifi dongle (Alfa Network AWUS036NHA with Atheros AR9271 chipset).
Since the manufa...
Matthias Kesenheimer
Votes: 0
Answers: 1
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
How to access classes/functions that are contained in a kext (Objective-C)
Kernel extensions are able to execute code at kernel levels but also make kernel level data available to higher level things, right? That's how Intel PowerGadget accesses kernel level info, because it...
PersonDudeGuy
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