summaryrefslogtreecommitdiff
path: root/function.cpp
AgeCommit message (Collapse)Author
2020-10-24PossibleValueSet dialog pulls existing values and miscellaneous cleanup.Brian Potchik
2020-09-08UI changes for user-informed dataflowChinmay
2020-08-13Update function names and change up APIChinmay
2020-08-13Changes to implement User-informed dataflowChinmay
2020-05-28Add optional type to define as in Function::ApplyImportedTypes and ↵Peter LaFosse
BinaryView::DefineImportedFunction APIs
2020-04-27Add names for goto labelsRusty Wagner
2020-04-17Early HLIL testingRusty Wagner
2020-04-17Add IL support to linear viewRusty Wagner
2020-01-20expose overriding call types at individual call sitesRyan Snyder
2020-01-01update copyright year to 2020Jordan Wiens
2019-10-27Eliminate most warnings on LinuxRusty Wagner
2019-08-01TagsGlenn Smith
2019-07-31Cache function callee addresses and create an API to access themrollsafe
2019-06-06Rename Function::AddUserCodeReference and Function::RemoveUserCodeReferencerollsafe
2019-05-31Support adding user-defined xrefsrollsafe
2019-05-28Redo/Undo support for user-defined xrefsStephen Tong
2019-05-28WIP: Support adding user-defined xrefsStephen Tong
2019-01-17update company name and copyright dateJordan Wiens
2018-12-13Commonize all InstructionTextToken generationPeter LaFosse
2018-09-12Merging with devPeter LaFosse
2018-08-30Allow negative stack offsets for functions like alloca_probeRusty Wagner
2018-08-26Add support for new constant type EXTERN_PTRPeter LaFosse
2018-08-17Fix report collection reference count bug and add debug report supportRusty Wagner
2018-08-02Add API to query if an assembly instruction is a callRusty Wagner
2018-07-26Merge branch 'dev' into test_stack_adjustRusty Wagner
2018-07-13Add ability to update custom flow graphsRusty Wagner
2018-06-26Add new API to query active analysis info and set analysis limits.Brian Potchik
2018-06-04Generic flow graph API and report collectionsRusty Wagner
2018-04-02Add plugin commands for LLIL and MLILRusty Wagner
2018-03-07Add APIs for skipping analysis of functions that are too large, and ↵Rusty Wagner
overriding this behavior
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 ↵Rusty Wagner
flow info
2017-08-15Add APIs to access and update portions of the function type, and added new ↵Rusty Wagner
APIs for global registers and implicit incoming state in calling conventions
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