summaryrefslogtreecommitdiff
path: root/function.cpp
AgeCommit message (Expand)Author
2018-06-26Add new API to query active analysis info and set analysis limits.Brian Potchik
2018-04-02Add plugin commands for LLIL and MLILRusty Wagner
2018-03-07Add APIs for skipping analysis of functions that are too large, and overridin...Rusty Wagner
2018-02-12Merge branch 'dev' into fpuRusty Wagner
2018-02-07Add APIs for overriding stack adjustments on callsRusty Wagner
2018-01-14Container Memory Reservations.Brian Potchik
2018-01-11API Temporary Object Elimination.Brian Potchik
2017-12-26Adding return value registers to function typeRusty Wagner
2017-11-27Register stack adjustments in calling conventionsRusty Wagner
2017-08-26Adding Function level comment APIsPeter LaFosse
2017-08-23Added APIs for clobbered registers, global pointers, and function exit data f...Rusty Wagner
2017-08-15Add APIs to access and update portions of the function type, and added new AP...Rusty Wagner
2017-07-24Adding size of stack var refs, source operand in MLILRusty Wagner
2017-07-10Add confidence levels to type objectsRusty Wagner
2017-05-19update copyright yearJordan Wiens
2017-04-27Adding an API for performance debuggingRusty Wagner
2017-04-21Allowing rename of all types of variablesRusty Wagner
2017-04-20Renaming and adding variable identifiersRusty Wagner
2017-04-17Use new variable system in functionsRusty Wagner
2017-03-22Adding new value object to hold disjoint setsRusty Wagner
2017-03-16Adding APIs to query register and stack contents from ILRusty Wagner
2017-03-01Adding framework for medium level ILRusty Wagner
2017-02-25Add APIs to access SSA-based data flowRusty Wagner
2017-02-23Instruction starts and SSA form are a property of IL functionsRusty Wagner
2017-02-22Add SSA form APIsRusty Wagner
2017-01-03Tokenize typesRusty Wagner
2016-09-14Add APIs for instruction and block highlightingRusty Wagner
2016-09-03Adding APIs to ensure IL is available for upcoming caching methodsRusty Wagner
2016-08-30Add API to reanalyzeRusty Wagner
2016-08-30Add API to determine if a function still has analysis updates to completeRusty Wagner
2016-08-25Adding APIs for database save/load progress and constant referencesRusty Wagner
2016-08-23Fix some memory leaksRusty Wagner
2016-07-29Add API to set display type of integersRusty Wagner
2016-07-22Add API to set type of functionRusty Wagner
2016-05-30Add APIs for querying stack variable values and parameters by indexRusty Wagner
2016-05-25Adding API to retrieve basic block annotationsRusty Wagner
2016-05-25Extending register value system to include ranges and lookup table valuesRusty Wagner
2016-05-17IL basic blocks are now in the IL function classRusty Wagner
2016-05-08Add additional IL stage for flags resolutionRusty Wagner
2016-05-03Add APIs for flag information and data flowRusty Wagner
2016-04-24Create API for adding known indirect branch targetsRusty Wagner
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