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-22
Type check ssa functions (#657)
Josh Watson
2017-04-21
Merge branch 'mlil' into dev
Rusty Wagner
2017-04-21
Add Python variable creation APIs
Rusty Wagner
2017-04-21
Allowing rename of all types of variables
Rusty Wagner
2017-04-20
Renaming and adding variable identifiers
Rusty Wagner
2017-04-17
Use new variable system in functions
Rusty Wagner
2017-04-02
replaced BNHasExplicitlyDefinedType with BNFunctionHasExplicitlyDefinedType
lucasduffey
2017-03-22
Adding new value object to hold disjoint sets
Rusty Wagner
2017-03-19
change types in documentation for lowlevelil so the results will be clickable...
Jordan Wiens
2017-03-16
Switching to new data flow system
Rusty Wagner
2017-03-16
Adding APIs to query register and stack contents from IL
Rusty Wagner
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, 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