Updated Other features and notes (markdown)

Yuuki Hikari 2017-08-23 14:35:07 -04:00
parent b2237c719c
commit d86b67b986

@ -71,4 +71,8 @@ Exception handlers give invaluable information when debugging crashes (reads/wri
Luma3DS handle CPU exceptions for itself, chainloaded arm9 payloads, and NATIVE_FIRM too. For NATIVE_FIRM, it handles `svcBreak` and kernel panics as well.
To parse a crash dump produced by Luma3DS, use [this parser script](https://raw.githubusercontent.com/AuroraWright/Luma3DS/master/exceptions/exception_dump_parser.py).
To parse a crash dump produced by Luma3DS, you must:
* Clone Luma's git repository (or just download the `/exceptions/parser` directory)
* Navigate to this directory and run `python setup.py install`
* Run `luma3ds_exception_dump_parser yourfilehere.dmp` in a terminal window.