An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

panic_util
==========
- requires radare2 to diassemble the opcodes

I like to use ```bash alias armdisbe='rasm2 -e -a arm -D' ```