index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
flowgraphnode.cpp
Age
Commit message (
Collapse
)
Author
2026-01-01
update copyrights for 2026
Jordan Wiens
2025-03-28
missed the older dates!
Jordan Wiens
2025-02-11
Fix partial initialization of `DisassemblyTextLine`
Mason Reed
The usage of `DisassemblyTextLine` in the FFI was unsound, we would forget to initialize some fields causing a myriad of issues where round-tripping through the FFI was losing information.
2024-09-18
Custom flow graph layout support
Josh Ferrell
2024-01-08
update copyright year
Jordan Wiens
2023-11-14
Fix a number of leaks and bad uses of free in the api
Glenn Smith
See https://github.com/Vector35/binaryninja-api/issues/4751
2023-01-05
Update copyright to 2023
Josh F
2022-01-03
update copyright years
Jordan Wiens
2021-01-18
updating copyright year
Jordan Wiens
2020-09-15
Add support for custom flowgraph edges
Peter LaFosse
2020-01-01
update copyright year to 2020
Jordan Wiens
2019-08-01
Tags
Glenn Smith
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-01-30
Prepare API for Python UI bindings
Rusty Wagner
2019-01-17
update company name and copyright date
Jordan Wiens
2018-12-14
fixes for get_instruction_lines and code cleanup
Peter LaFosse
2018-12-13
Commonize all InstructionTextToken generation
Peter LaFosse
2018-08-14
Modify flow graph API to support multiple layout requests for a single graph
Rusty Wagner
2018-08-02
Fix crash on flow graphs with no associated basic block
Rusty Wagner
2018-06-04
Generic flow graph API and report collections
Rusty Wagner