The help message was broken, this PR should fix it and clean it by grouping the different options.
All the options associated to the disassembly phase (for now it's only --enable-cortexm but in future there will be more for arm and mips modes) are hidden by default to avoid littering the help. They can be shown with --help-all
All the features available are hidden by default and can be shown with --list-features
There are other small fixes:
Remove LoaderType.unknown as there cannot be a unknown loader
The help message was broken, this PR should fix it and clean it by grouping the different options.
All the options associated to the disassembly phase (for now it's only
--enable-cortexm
but in future there will be more for arm and mips modes) are hidden by default to avoid littering the help. They can be shown with--help-all
All the features available are hidden by default and can be shown with
--list-features
There are other small fixes:
LoaderType.unknown
as there cannot be a unknown loaderDistance
from__init__.py