https://github.com/dweinstein/panic_util
some utils for handling kernel panics on ARM device
https://github.com/dweinstein/panic_util
Last synced: about 2 months ago
JSON representation
some utils for handling kernel panics on ARM device
- Host: GitHub
- URL: https://github.com/dweinstein/panic_util
- Owner: dweinstein
- Created: 2013-06-06T15:59:08.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-06T16:01:10.000Z (almost 12 years ago)
- Last Synced: 2025-01-12T03:27:34.896Z (4 months ago)
- Language: Python
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
panic_util
==========
- requires radare2 to diassemble the opcodesI like to use ```bash alias armdisbe='rasm2 -e -a arm -D' ```