index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
basicblock.py
Age
Commit message (
Collapse
)
Author
2017-06-27
Compute back edges in the core
Rusty Wagner
2017-05-19
update copyright year
Jordan Wiens
2017-03-22
update basicblock.annotations to new argument order for ↵
Jordan Wiens
function.get_block_annotations
2017-02-20
Add dominance frontier 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-05
Modifying how enumerations are exposed and used, and a bunch of cleanup of ↵
Peter LaFosse
existing plugins
2017-01-02
Making platform and architecture optional parameters where possible
Peter LaFosse
2016-10-28
Refactor python api into separate files and add Enumeration support. Also ↵
plafosse
fixed bugs found with pyflakes