index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
basicblock.cpp
Age
Commit message (
Expand
)
Author
2017-06-27
Compute back edges in the core
Rusty Wagner
2017-05-19
update copyright year
Jordan Wiens
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, us...
Rusty Wagner
2017-01-03
Tokenize types
Rusty Wagner
2016-09-14
Add APIs for instruction and block highlighting
Rusty Wagner
2016-07-29
Add API to set display type of integers
Rusty Wagner
2016-07-06
Add API to get disassembly text for a basic block outside of a graph
Rusty Wagner
2016-05-25
Adding API to retrieve basic block annotations
Rusty Wagner
2016-04-10
Add MIT license for API wrappers
Rusty Wagner
2016-01-31
Refactor API to fix design bug that causes use-after-free on many plugin objects
Rusty Wagner
2015-07-31
Find functions that don't return based on control flow, and use that in paren...
Rusty Wagner
2015-03-10
Implement make function hotkey and disassembly navigation
Rusty Wagner
2015-03-04
Add architecture to graph edges, and add edge routing data field for layout
Rusty Wagner
2015-03-03
Don't store instruction size list as it can be easily regenerated
Rusty Wagner
2015-02-19
Add APIs for accessing function information
Rusty Wagner