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
2026-04-15
[Python API] Replace bare "except:" with "except Exception:" to fix signal pr...
Josh Ferrell
2026-01-01
update copyrights for 2026
Jordan Wiens
2025-11-19
Improve python api type hints
Josh Ferrell
2025-08-01
Use log_error_for_exception in the Python API to pass tracebacks in the stack...
Rusty Wagner
2025-03-28
missed the older dates!
Jordan Wiens
2025-01-30
Render Layers
Glenn Smith
2024-10-19
Improved support for interactive flowgraphs.
Brian Potchik
2024-09-18
Custom flow graph layout support
Josh Ferrell
2024-01-08
update copyright year
Jordan Wiens
2023-04-12
small pydoc tweaks
Jordan Wiens
2023-01-05
Update copyright to 2023
Josh F
2022-03-03
flowgraph block iter fixed, resolves #3001
Jordan Wiens
2022-01-28
Format All Files
KyleMiles
2022-01-03
update copyright years
Jordan Wiens
2021-12-06
fixed documentation for flowgraph.FlowGraph.populate_nodes
Galen Williamson
2021-10-05
More HLIL API parity; Resolves #2363
KyleMiles
2021-09-06
Fix some unnecessary checks for handle is not None in destructors
Peter LaFosse
2021-09-06
Fix import of log
Peter LaFosse
2021-09-06
Commonize _to_core_struct/_from_core_struct
Peter LaFosse
2021-09-05
Refactor Python Types
Peter LaFosse
2021-09-05
type hints for highlevelil.py, mediumlevelil.py and lowlevelil.py, workflow.py
Peter LaFosse
2021-09-05
Don't inherit from object anymore
Peter LaFosse
2021-09-05
Add type hints to basicblock.py, lowlevelil.py, architecture.py
Peter LaFosse
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
[next]