ivision-research / banjo

Android Dex disassembler and Binary Ninja plugin
MIT License
52 stars 7 forks source link

Files load in hex view #7

Closed austin-ralls-cs closed 5 months ago

austin-ralls-cs commented 4 years ago

When you open up a Dex file, the default view is the hex view. For ELF files, the default is graph view (or maybe that's from my settings. Point is, it's not hex).

austin-ralls-cs commented 4 years ago

If the setting analysis.mode is controlFlow or basic, loading Dex files works as expected. If it is intermediate or full, then the default view mode is Hex, and nothing disassembles until the mode is switched to linear or graph disassembly.

TODO:

austin-ralls-cs commented 5 months ago

This seems to be handled a lot better by Binary Ninja now