├── .gitignore ├── IORegistryExplorer.zip ├── README.md ├── gen_debug.sh ├── mount_efi.sh └── patchmatic /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /IORegistryExplorer.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/black-dragon74/OSX-Debug/HEAD/IORegistryExplorer.zip -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/black-dragon74/OSX-Debug/HEAD/README.md -------------------------------------------------------------------------------- /gen_debug.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/black-dragon74/OSX-Debug/HEAD/gen_debug.sh -------------------------------------------------------------------------------- /mount_efi.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/black-dragon74/OSX-Debug/HEAD/mount_efi.sh -------------------------------------------------------------------------------- /patchmatic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/black-dragon74/OSX-Debug/HEAD/patchmatic --------------------------------------------------------------------------------