summaryrefslogtreecommitdiff
path: root/functiongraphblock.cpp
AgeCommit message (Expand)Author
2018-06-04Generic flow graph API and report collectionsRusty Wagner
2018-04-02Add plugin commands for LLIL and MLILRusty Wagner
2018-01-14Container Memory Reservations.Brian Potchik
2017-07-10Add confidence levels to type objectsRusty Wagner
2017-06-27Compute back edges in the coreRusty Wagner
2017-05-19update copyright yearJordan Wiens
2017-02-17Add dominator APIsRusty Wagner
2017-01-03Tokenize typesRusty Wagner
2016-09-14Add APIs for instruction and block highlightingRusty Wagner
2016-08-31Cache lines on API side to avoid UI hangs with large basic blocksRusty Wagner
2016-07-29Add API to set display type of integersRusty Wagner
2016-07-06Add API to get disassembly text for a basic block outside of a graphRusty Wagner
2016-04-10Add MIT license for API wrappersRusty Wagner
2016-01-31Refactor API to fix design bug that causes use-after-free on many plugin objectsRusty Wagner
2015-03-23Add E hotkey to in-place edit instructions in graph viewRusty Wagner
2015-03-10Implement make function hotkey and disassembly navigationRusty Wagner
2015-03-04Add architecture to graph edges, and add edge routing data field for layoutRusty Wagner
2015-02-20Initial code for generating function graphsRusty Wagner