index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
function.py
Age
Commit message (
Collapse
)
Author
2017-03-01
Adding framework for medium level IL
Rusty Wagner
2017-02-28
Adding return address register value
Rusty Wagner
2017-02-23
Instruction starts and SSA form are a property of IL functions
Rusty Wagner
2017-02-22
Add SSA form APIs
Rusty Wagner
2017-02-18
Add back edge property to block edges
Rusty Wagner
2017-02-17
Add dominator APIs
Rusty Wagner
2017-02-16
Basic blocks have incoming and outgoing edges with basic block references, ↵
Rusty Wagner
use core object identity for equality
2017-02-10
Merge branch 'type_view' into dev
Rusty Wagner
2017-02-09
Fix highlight API's to work with HighlightStandardColor properly
Peter LaFosse
2017-01-17
Add missing Python APIs
Rusty Wagner
2017-01-09
Use new style class definitions, add __init__ BinaryDataNotification
Peter LaFosse
2017-01-09
Wrapping some unwrapped enumeration values, and adding il basic block indexing
Peter LaFosse
2017-01-05
Modifying how enumerations are exposed and used, and a bunch of cleanup of ↵
Peter LaFosse
existing plugins
2017-01-02
merging minor typo
Peter LaFosse
2017-01-02
Making platform and architecture optional parameters where possible
Peter LaFosse
2016-10-28
Merging with dev
plafosse
2016-10-28
Refactor python api into separate files and add Enumeration support. Also ↵
plafosse
fixed bugs found with pyflakes