-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Binary Ninja: Improve flow analysis with correct xrefs, mark imported…
… functions This addresses #99 (`TYPE_SWITCH` xrefs are backwards) and #100 (diverging instructions not being treated as such). The plugin now goes to great lengths to figure out code references and distinguish them from data references ([BinaryNinja API issue 3559](Vector35/binaryninja-api#3559)). Note: I might refactor the plugin so that instead of decoding instructions one by one, we rely on Binary Ninja's analysis and simply iterate over functions their basic blocks. PiperOrigin-RevId: 482437008 Change-Id: Ifb6f130dc35e1bb7df88db38ad3ea617d95b3aa8
- Loading branch information
1 parent
1ece7f7
commit c2b1ad0
Showing
1 changed file
with
111 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters