summaryrefslogtreecommitdiff
path: root/flowgraphnode.cpp
AgeCommit message (Collapse)Author
2026-01-01update copyrights for 2026Jordan Wiens
2025-03-28missed the older dates!Jordan Wiens
2025-02-11Fix 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-18Custom flow graph layout supportJosh Ferrell
2024-01-08update copyright yearJordan Wiens
2023-11-14Fix a number of leaks and bad uses of free in the apiGlenn Smith
See https://github.com/Vector35/binaryninja-api/issues/4751
2023-01-05Update copyright to 2023Josh F
2022-01-03update copyright yearsJordan Wiens
2021-01-18updating copyright yearJordan Wiens
2020-09-15Add support for custom flowgraph edgesPeter LaFosse
2020-01-01update copyright year to 2020Jordan Wiens
2019-08-01TagsGlenn Smith
2019-04-26Don't let a node that hasn't been added to the graph be added as an edge targetRusty Wagner
2019-04-12Add incoming edges for flow graph nodesRusty Wagner
2019-01-30Prepare API for Python UI bindingsRusty Wagner
2019-01-17update company name and copyright dateJordan Wiens
2018-12-14fixes for get_instruction_lines and code cleanupPeter LaFosse
2018-12-13Commonize all InstructionTextToken generationPeter LaFosse
2018-08-14Modify flow graph API to support multiple layout requests for a single graphRusty Wagner
2018-08-02Fix crash on flow graphs with no associated basic blockRusty Wagner
2018-06-04Generic flow graph API and report collectionsRusty Wagner