Inspired by https://infosec.exchange/@jjtech/112612685494089718
Reboot into Recovery OS + Disable SIP
csrutil disable
Inspired by https://infosec.exchange/@jjtech/112612685494089718
Reboot into Recovery OS + Disable SIP
csrutil disable
# Add to your zsh profile | |
function devicepid() { | |
if [ -z "$1" ]; then | |
echo "Usage: devicepid <device-name> <search>" | |
echo "Example: devicepid 'iPhone 15 Pro Max' SpringBoard" | |
return 1 | |
fi | |
if [ -z "$2" ]; then |
As of macOS 12 (Monterey), Apple's Virtualization framework has nice support for macOS guest virtual machines, but with severe limitations: For example you can't install a macOS guest on Intel Macs, install guests with newer versions of macOS than the host, copy and paste between the host and the guest, or install third party kernel extensions in the guest. As usual for Apple, the functionality they do support is nicely implemented, but they've left out so much that the result is only marginally useful -- at least compared to
import csv | |
import python_codon_tables | |
def read_csv_file(file_path): | |
with open(file_path) as f: | |
reader = csv.reader(f) | |
records = list(reader) | |
return records |
sudo rm -r /Applications/Wireshark.app | |
sudo rm -r /Library/Wireshark | |
sudo rm /Library/StartupItems/ChmodBPF | |
sudo rm /Library/LaunchDaemons/org.wireshark.ChmodBPF.plist | |
sudo rm /Library/Application\ Support/Wireshark/ChmodBPF/ChmodBF | |
sudo rm /Library/Application\ Support/Wireshark/ChmodBPF/org.wireshark.ChmodBPF.plist | |
sudo dscl . -delete /Groups/access_bpf |
AddressBookUI.framework | |
( | |
"com.apple.people-picker" | |
) | |
AudioToolbox.framework | |
( | |
"com.apple.AudioUnit", | |
"com.apple.AudioUnit-UI" |