-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix binaryninja function iteration (#161)
* Fix: Try to resolve function at wrong symbol address BN may return a list of wrong symbols. Compare function name with symbol name to obtain correct function. * Remove monkey patching annotations * Add FunctionObject class to Binaryninja frontend --------- Co-authored-by: Marvin Marks <[email protected]>
- Loading branch information
1 parent
105d7b8
commit 3f5d216
Showing
2 changed files
with
72 additions
and
42 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
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