summaryrefslogtreecommitdiff
path: root/python/flowgraph.py
AgeCommit message (Expand)Author
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
2018-08-14Modify flow graph API to support multiple layout requests for a single graphRusty Wagner
2018-07-30Don't abort flow graph unless completion routine was setRusty Wagner
2018-07-26Merge branch 'dev' into test_stack_adjustRusty Wagner
2018-07-13Add ability to update custom flow graphsRusty Wagner
2018-07-11Add APIs for subclassing flow graphsRusty Wagner
2018-06-04Generic flow graph API and report collectionsRusty Wagner