COMMITS
/ python/flowgraph.py January 1, 2026
J
update copyrights for 2026
Jordan Wiens committed
November 19, 2025
J
Improve python api type hints
Josh Ferrell committed
August 1, 2025
March 28, 2025
J
missed the older dates!
Jordan Wiens committed
December 27, 2024
G
Render Layers
Glenn Smith committed
October 19, 2024
B
Improved support for interactive flowgraphs.
Brian Potchik committed
September 18, 2024
J
Custom flow graph layout support
Josh Ferrell committed
January 8, 2024
J
update copyright year
Jordan Wiens committed
April 12, 2023
J
small pydoc tweaks
Jordan Wiens committed
January 5, 2023
J
Update copyright to 2023
Josh F committed
March 3, 2022
J
flowgraph block iter fixed, resolves #3001
Jordan Wiens committed
January 28, 2022
K
Format All Files
KyleMiles committed
January 3, 2022
J
update copyright years
Jordan Wiens committed
December 7, 2021
G
fixed documentation for flowgraph.FlowGraph.populate_nodes
Galen Williamson committed
October 2, 2021
K
More HLIL API parity; Resolves #2363
KyleMiles committed
September 6, 2021
P
Fix some unnecessary checks for handle is not None in destructors
Peter LaFosse committed
September 5, 2021
P
Fix import of log
Peter LaFosse committed
September 3, 2021
P
Commonize _to_core_struct/_from_core_struct
Peter LaFosse committed
July 7, 2021
P
Refactor Python Types
Peter LaFosse committed
June 24, 2021
P
type hints for highlevelil.py, mediumlevelil.py and lowlevelil.py, workflow.py
Peter LaFosse committed
P
Don't inherit from object anymore
Peter LaFosse committed
June 7, 2021
P
Add type hints to basicblock.py, lowlevelil.py, architecture.py
Peter LaFosse committed
April 15, 2021
K
Implement __eq__ and __hash__ for some types in flowgraph.py
Kevin Orr committed
January 18, 2021
J
updating copyright year
Jordan Wiens committed
September 1, 2020
P
Add support for custom flowgraph edges
Peter LaFosse committed
August 26, 2020
J
update basic_block property documentation on flowgraphnode
Jordan Wiens committed
May 7, 2020
P
Fix graph update
Peter LaFosse committed
May 2, 2020
P
return NotImplemented instead of None to placate the linter
Peter LaFosse committed
P
Assign to unnamed variable to placate linter
Peter LaFosse committed
P
use correct core API for FlowGraph
Peter LaFosse committed
P
Fix up equality operators and had hash operators
Peter LaFosse committed
July 24, 2019
R
Early HLIL testing
Rusty Wagner committed
January 1, 2020
J
update copyright year to 2020
Jordan Wiens committed
September 14, 2019
June 11, 2019
May 31, 2019
J
improve API cross-reference linking
Jordan Wiens committed
May 15, 2019
J
first half of the refactor adding getters and setters for init created properties
Jordan Wiens committed
May 10, 2019
R
Fix memory leak and use after free bugs in BinaryView and FlowGraph objects
Rusty Wagner committed
April 26, 2019
R
Don't let a node that hasn't been added to the graph be added as an edge target
Rusty Wagner committed
April 12, 2019
R
Add incoming edges for flow graph nodes
Rusty Wagner committed
March 1, 2019
R
Add flow graph options for additional UI features
Rusty Wagner committed
February 27, 2019
R
Fix some flow graph and disassembly API issues
Rusty Wagner committed
February 22, 2019
R
Add API for constructing disassembly text
Rusty Wagner committed
January 30, 2019
R
Prepare API for Python UI bindings
Rusty Wagner committed
January 17, 2019
J
update company name and copyright date
Jordan Wiens committed
December 4, 2018
P
Commonize all InstructionTextToken generation
Peter LaFosse committed
October 1, 2018
N
Patch FlowGraph locking
negasora committed
September 7, 2018
J
Fix an incorrect field name in FlowGraphLayoutRequest._complete
Josh Watson committed
September 1, 2018
R
Add some docs to flow graph API
Rusty Wagner committed
August 14, 2018
R
Modify flow graph API to support multiple layout requests for a single graph
Rusty Wagner committed