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

adds --show-invalid, --stop-on-error to mc/objdump, fixes show-size #1026

Merged
merged 2 commits into from
Nov 22, 2019

Conversation

ivg
Copy link
Member

@ivg ivg commented Nov 21, 2019

Now bap mc and bap objdump will not stop on errors and continue
disassembling unless --stop-on-error option is passed. A new option
was added, that will print something when an invalid instruction is
met. If it not specified invalid instructions are silenced.

Fixes options --show-size and --show-kinds which weren't ouputting
anything due to the incorrect defaults.

ivg added 2 commits November 21, 2019 12:33
Now `bap mc` and `bap objdump` will not stop on errors and continue
disassembling unless `--stop-on-error` option is passed. A new option
was added, that will print something when an invalid instruction is
met. If it not specified invalid instructions are silenced.

Fixes options `--show-size` and `--show-kinds` which weren't ouputting
anything due to the incorrect defaults.
@gitoleg gitoleg merged commit d0e4fce into BinaryAnalysisPlatform:master Nov 22, 2019
@ivg ivg mentioned this pull request Apr 9, 2020
@ivg ivg deleted the tweak-mc-and-objdump branch March 9, 2022 17:16
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

Successfully merging this pull request may close these issues.

2 participants