https://github.com/chefkissinc/diskdbg
Launch service that saves the dmesg and ioreg in a loop, for debugging purposes. No commercial use.
https://github.com/chefkissinc/diskdbg
chefkiss debugging diskdbg dmesg macos noot rust
Last synced: about 1 year ago
JSON representation
Launch service that saves the dmesg and ioreg in a loop, for debugging purposes. No commercial use.
- Host: GitHub
- URL: https://github.com/chefkissinc/diskdbg
- Owner: ChefKissInc
- License: other
- Created: 2024-08-07T15:26:08.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-27T18:17:47.000Z (over 1 year ago)
- Last Synced: 2025-03-30T23:51:13.040Z (over 1 year ago)
- Topics: chefkiss, debugging, diskdbg, dmesg, macos, noot, rust
- Language: Rust
- Homepage:
- Size: 32.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# DiskDbg
A utility that captures the `dmesg`, `ioreg` and `AGDCDiagnose` of a system in realtime, saving them to `/Library/Logs`.
You can get a build from the GitHub Actions tab. Or click [here](https://nightly.link/ChefKissInc/DiskDbg/workflows/main/master/macOS%20Universal%20Release.zip) for a quick download.
All you need to do is install the package.
The service is always active, dumping logs. To disable, run the following command:
```sh
launchctl unload -w /Library/LaunchDaemons/com.ChefKiss.DiskDbg.plist
```
To completely uninstall, run the following command:
```sh
curl -L https://raw.githubusercontent.com/ChefKissInc/DiskDbg/refs/heads/master/uninstall.sh | sudo bash
```