From a92a2685bdc2023eb2f5af1bbb3d90df4cf2927c Mon Sep 17 00:00:00 2001 From: snare Date: Wed, 30 Dec 2015 22:49:50 +1100 Subject: [PATCH] Disassembly flavour --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0f8b90c..0cf8bbf 100644 --- a/README.md +++ b/README.md @@ -60,9 +60,12 @@ Quick Start source /path/to/voltron/dbgentry.py voltron init + set disassembly-flavor intel This part can go in your `.lldbinit` or `.gdbinit` so it's automatically executed when the debugger starts. + Intel is the only disassembly flavour currently supported for syntax highlighting. + 2. Start your debugger. On LLDB you need to call `voltron init` after you load the inferior, as a target must be loaded before Voltron's hooks can be installed. This means `voltron init` cannot be called from `.lldbinit` the way it can from `.gdbinit`. Hopefully this will be remedied with a more versatile hooking mechanism in a future version of LLDB (this has been discussed with the developers). $ lldb file_to_debug