summaryrefslogtreecommitdiff
path: root/function.cpp
AgeCommit message (Expand)Author
2016-04-10Add MIT license for API wrappersRusty Wagner
2016-04-10Show stack variables and implement naming, undo, and persistenceRusty Wagner
2016-04-05Add backend support for discovering stack variablesRusty Wagner
2016-01-31Create functions and types from function pointer parameters, now finds main()...Rusty Wagner
2016-01-31Refactor API to fix design bug that causes use-after-free on many plugin objectsRusty Wagner
2016-01-27Implement platform type libraries, though types folder is not yet automatical...Rusty Wagner
2016-01-25Initial implementation of platform ABI classesRusty Wagner
2015-07-31Find functions that don't return based on control flow, and use that in paren...Rusty Wagner
2015-07-29Show basic register data flow information on hoverRusty Wagner
2015-07-28Initial implementation of type infoRusty Wagner
2015-07-22Add support for commenting in disassembly graphRusty Wagner
2015-07-10Initial implementation of low level ILRusty Wagner
2015-03-20Function list filtering UIRusty Wagner
2015-03-10Implement make function hotkey and disassembly navigationRusty Wagner
2015-02-20Very early disassembly view renderingRusty Wagner
2015-02-19Add APIs for accessing function informationRusty Wagner