sh2dis icon indicating copy to clipboard operation
sh2dis copied to clipboard

Need CLI argument for adding arbitrary disassembly vectors

Open logic opened this issue 7 years ago • 0 comments

Working with unknown ROMs, we might know from some other source (or hand-disassembly) that specific locations are actually code, but automatic disassembly doesn't pick them up for some reason (jump tables are a typical problem). It would be useful to have a CLI argument for specifying addresses to perform a final disassembly pass on after we've finished the bulk of the automated work.

Something along the lines of --additional-vectors [<addr1>[,<...>]] would probably be close enough.

logic avatar Dec 09 '17 23:12 logic