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 (
Expand
)
Author
2017-04-02
replaced BNHasExplicitlyDefinedType with BNFunctionHasExplicitlyDefinedType
lucasduffey
2017-03-19
change types in documentation for lowlevelil so the results will be clickable...
Jordan Wiens
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, us...
Rusty Wagner
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 ex...
Peter LaFosse
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 fix...
plafosse