ivision-research / banjo

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

Profile performance #16

Open austin-ralls-cs opened 4 years ago

austin-ralls-cs commented 4 years ago

The plugin is slow with large files. It should be profiled to see what's taking up the most time.

One place to look at: https://github.com/CarveSystems/banjo/blob/bd07db6c3a8de9b4eff56d381c581909b0ea2b05/android/smali.py#L626-L627