Skip to content

Instantly share code, notes, and snippets.

View halfbrilliant's full-sized avatar
🏠
Working from home

Chris Law halfbrilliant

🏠
Working from home
View GitHub Profile
@0xdevalias
0xdevalias / reverse-engineering-macos.md
Last active August 18, 2026 15:25
Some notes, tools, and techniques for reverse engineering macOS binaries
@felipecsl
felipecsl / restart coreaudio daemon
Last active March 2, 2026 20:24
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