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)
Is it possible to read/write another process' memory using the new Apple Endpoint Security Framework?
With kexts we could to vm_read/vm_write, is there a similar way for Endpoint Security?
Toma
Votes: 0
Answers: 1
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
C function for combining an array of strings into a single string in a loop and return the string after freeing the allocated memory
I'm working on a procfs kernel extension for macOS and trying to implement a feature that emulates Linux’s /proc/cpuinfo similar to what FreeBSD does with its linprocfs. Since I'm trying to learn, and...
Sunneva
Votes: 0
Answers: 2
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