Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.34 KB

README.md

File metadata and controls

33 lines (28 loc) · 1.34 KB

linux installation

# setup
cd ~/.binaryninja/plugins/
git clone https://github.com/lucasduffey/binja_smali

about

  • apkView.py - carves out the dex file, then overwrites the view with it
  • dexView.py - responsible for rendering the dexView + dex arch in binary ninja
  • dexFile.py - this deals with the dex file structure

upstream binja issues

decompiled source code view workarounds:
* show_plain_text_report
* show_html_report
* show_markdown_report

(semi-)fixed binja issues

thanks