summaryrefslogtreecommitdiff
path: root/python/flowgraph.py
AgeCommit message (Expand)Author
2026-04-15[Python API] Replace bare "except:" with "except Exception:" to fix signal pr...Josh Ferrell
2026-01-01update copyrights for 2026Jordan Wiens
2025-11-19Improve python api type hintsJosh Ferrell
2025-08-01Use log_error_for_exception in the Python API to pass tracebacks in the stack...Rusty Wagner
2025-03-28missed the older dates!Jordan Wiens
2025-01-30Render LayersGlenn Smith
2024-10-19Improved support for interactive flowgraphs.Brian Potchik
2024-09-18Custom flow graph layout supportJosh Ferrell
2024-01-08update copyright yearJordan Wiens
2023-04-12small pydoc tweaksJordan Wiens
2023-01-05Update copyright to 2023Josh F
2022-03-03flowgraph block iter fixed, resolves #3001Jordan Wiens
2022-01-28Format All FilesKyleMiles
2022-01-03update copyright yearsJordan Wiens
2021-12-06fixed documentation for flowgraph.FlowGraph.populate_nodesGalen Williamson
2021-10-05More HLIL API parity; Resolves #2363KyleMiles
2021-09-06Fix some unnecessary checks for handle is not None in destructorsPeter LaFosse
2021-09-06Fix import of logPeter LaFosse
2021-09-06Commonize _to_core_struct/_from_core_structPeter LaFosse
2021-09-05Refactor Python TypesPeter LaFosse
2021-09-05type hints for highlevelil.py, mediumlevelil.py and lowlevelil.py, workflow.pyPeter LaFosse
2021-09-05Don't inherit from object anymorePeter LaFosse
2021-09-05Add type hints to basicblock.py, lowlevelil.py, architecture.pyPeter LaFosse
2021-04-19Implement __eq__ and __hash__ for some types in flowgraph.pyKevin Orr
2021-01-18updating copyright yearJordan Wiens
2020-09-15Add support for custom flowgraph edgesPeter LaFosse
2020-08-26update basic_block property documentation on flowgraphnodeJordan Wiens
2020-05-07Fix graph updatePeter LaFosse
2020-05-03return NotImplemented instead of None to placate the linterPeter LaFosse
2020-05-03Assign to unnamed variable to placate linterPeter LaFosse
2020-05-03use correct core API for FlowGraphPeter LaFosse
2020-05-03Fix up equality operators and had hash operatorsPeter LaFosse
2020-04-17Early HLIL testingRusty Wagner
2020-01-01update copyright year to 2020Jordan Wiens
2019-09-14lots of small documentation updates, mostly around making sure parameters are...Jordan Wiens
2019-06-10more updates for the undocumented properties changeset -- specifically revert...Jordan Wiens
2019-05-31improve API cross-reference linkingJordan Wiens
2019-05-15first half of the refactor adding getters and setters for init created proper...Jordan Wiens
2019-05-10Fix memory leak and use after free bugs in BinaryView and FlowGraph objectsRusty Wagner
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-03-20Add flow graph options for additional UI featuresRusty Wagner
2019-02-26Fix some flow graph and disassembly API issuesRusty Wagner
2019-02-22Add API for constructing disassembly textRusty Wagner
2019-01-30Prepare API for Python UI bindingsRusty Wagner
2019-01-17update company name and copyright dateJordan Wiens
2018-12-13Commonize all InstructionTextToken generationPeter LaFosse
2018-10-05Patch FlowGraph lockingnegasora
2018-09-10Fix an incorrect field name in FlowGraphLayoutRequest._completeJosh Watson
2018-08-31Add some docs to flow graph APIRusty Wagner