Skip to content

Instantly share code, notes, and snippets.

View halfbrilliant's full-sized avatar
😩
Trying to find a way to disable BD_PROCHOT…

Chris Law halfbrilliant

😩
Trying to find a way to disable BD_PROCHOT…
View GitHub Profile
@0xdevalias
0xdevalias / reverse-engineering-macos.md
Last active August 3, 2025 12:58
Some notes, tools, and techniques for reverse engineering macOS binaries
@felipecsl
felipecsl / restart coreaudio daemon
Last active July 28, 2025 05:11
Restart Mac OS X coreaudio daemon. Useful if you cannot change the audio output device to Airplay.
sudo kill `ps -ax | grep 'coreaudiod' | grep 'sbin' |awk '{print $1}'`
# or...
sudo killall coreaudiod