index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
flowgraph.py
Age
Commit message (
Expand
)
Author
2021-04-19
Implement __eq__ and __hash__ for some types in flowgraph.py
Kevin Orr
2021-01-18
updating copyright year
Jordan Wiens
2020-09-15
Add support for custom flowgraph edges
Peter LaFosse
2020-08-26
update basic_block property documentation on flowgraphnode
Jordan Wiens
2020-05-07
Fix graph update
Peter LaFosse
2020-05-03
return NotImplemented instead of None to placate the linter
Peter LaFosse
2020-05-03
Assign to unnamed variable to placate linter
Peter LaFosse
2020-05-03
use correct core API for FlowGraph
Peter LaFosse
2020-05-03
Fix up equality operators and had hash operators
Peter LaFosse
2020-04-17
Early HLIL testing
Rusty Wagner
2020-01-01
update copyright year to 2020
Jordan Wiens
2019-09-14
lots of small documentation updates, mostly around making sure parameters are...
Jordan Wiens
2019-06-10
more updates for the undocumented properties changeset -- specifically revert...
Jordan Wiens
2019-05-31
improve API cross-reference linking
Jordan Wiens
2019-05-15
first half of the refactor adding getters and setters for init created proper...
Jordan Wiens
2019-05-10
Fix memory leak and use after free bugs in BinaryView and FlowGraph objects
Rusty Wagner
2019-04-26
Don't let a node that hasn't been added to the graph be added as an edge target
Rusty Wagner
2019-04-12
Add incoming edges for flow graph nodes
Rusty Wagner
2019-03-20
Add flow graph options for additional UI features
Rusty Wagner
2019-02-26
Fix some flow graph and disassembly API issues
Rusty Wagner
2019-02-22
Add API for constructing disassembly text
Rusty Wagner
2019-01-30
Prepare API for Python UI bindings
Rusty Wagner
2019-01-17
update company name and copyright date
Jordan Wiens
2018-12-13
Commonize all InstructionTextToken generation
Peter LaFosse
2018-10-05
Patch FlowGraph locking
negasora
2018-09-10
Fix an incorrect field name in FlowGraphLayoutRequest._complete
Josh Watson
2018-08-31
Add some docs to flow graph API
Rusty Wagner
2018-08-14
Modify flow graph API to support multiple layout requests for a single graph
Rusty Wagner
2018-07-30
Don't abort flow graph unless completion routine was set
Rusty Wagner
2018-07-26
Merge branch 'dev' into test_stack_adjust
Rusty Wagner
2018-07-13
Add ability to update custom flow graphs
Rusty Wagner
2018-07-11
Add APIs for subclassing flow graphs
Rusty Wagner
2018-06-04
Generic flow graph API and report collections
Rusty Wagner