Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need CLI argument for adding arbitrary disassembly vectors #4

Open
logic opened this issue Dec 9, 2017 · 0 comments
Open

Need CLI argument for adding arbitrary disassembly vectors #4

logic opened this issue Dec 9, 2017 · 0 comments

Comments

@logic
Copy link
Owner

logic commented Dec 9, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant