summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
AgeCommit message (Expand)Author
2017-07-24Adding size of stack var refs, source operand in MLILRusty Wagner
2017-07-18Add IsUIEnabled to API.Brian Potchik
2017-07-18Add instruction for indirect structure accessRusty Wagner
2017-07-14Add API to get list of all definitions or uses of a variableRusty Wagner
2017-07-14Add UpdateAnalysisAndWait to API.Brian Potchik
2017-07-14Adding API to get type of MLIL expressionRusty Wagner
2017-07-12Adding remove_metadata API to BinaryView. Add remove APIs to MetadataPeter LaFosse
2017-07-12Metadata enhancements. Metadata objects are now serialized to the DBPeter LaFosse
2017-07-10Add confidence levels to type objectsRusty Wagner
2017-07-03Add setting removal APIs, allow negative integersPeter LaFosse
2017-07-02expose Settings 'Set' APIs to C++Peter LaFosse
2017-07-01include memory to make linux happyPeter LaFosse
2017-07-01Refactor of metadata api names. modify how QueryMetadata worksPeter LaFosse
2017-07-01Remove need for explicitly initializing settings filePeter LaFosse
2017-07-01Adding settings system apis, and binaryview metadata apisPeter LaFosse
2017-06-27Compute back edges in the coreRusty Wagner
2017-05-25Modify how structures are created in the type system, expose additional struc...Peter LaFosse
2017-05-19update copyright yearJordan Wiens
2017-05-15Adding a constant expression with pointer hint for improved typesRusty Wagner
2017-05-14Expose some core API's for the demangling and type creationPeter LaFosse
2017-05-05Adding carry flag operand to IL instructions that need itRusty Wagner
2017-05-04Initial support for concrete flags computationRusty Wagner
2017-05-03Adding IL instruction for truncating result to smaller valueRusty Wagner
2017-05-02Renaming SSA index to version, more uniform register and variable representat...Rusty Wagner
2017-04-27Adding an API for performance debuggingRusty Wagner
2017-04-21Merge branch 'mlil' into devRusty Wagner
2017-04-21Allowing rename of all types of variablesRusty Wagner
2017-04-21Using variable identifiers in MLILRusty Wagner
2017-04-20Renaming and adding variable identifiersRusty Wagner
2017-04-17Use new variable system in functionsRusty Wagner
2017-03-28Cleanup of some of the plugin manager APIsPeter LaFosse
2017-03-22Adding new value object to hold disjoint setsRusty Wagner
2017-03-22Modifications to support partial uninstallationPeter LaFosse
2017-03-16Adding APIs to query register and stack contents from ILRusty Wagner
2017-03-15APIs for performing range analysisRusty Wagner
2017-03-13Branch dependence APIs for path sensitive analysisRusty Wagner
2017-03-10Mappings between low level IL and medium level ILRusty Wagner
2017-03-07Add outputs and parameters for call and return, handle aliasingRusty Wagner
2017-03-05fixing failed mergePeter LaFosse
2017-03-05Merginging with devPeter LaFosse
2017-03-04Adding repo manager APIsPeter LaFosse
2017-03-02Adding MLIL instructions, moving stack contents data flow to a later stageRusty Wagner
2017-03-01Adding framework for medium level ILRusty Wagner
2017-02-28Map expressions to SSA form and add API to query expression valueRusty Wagner
2017-02-25Add APIs to access SSA-based data flowRusty Wagner
2017-02-23Add APIs for definitions and uses of SSA variablesRusty Wagner
2017-02-23Instruction starts and SSA form are a property of IL functionsRusty Wagner
2017-02-23add get_install_directory and savelastrun to the apiJordan Wiens
2017-02-22Add SSA form APIsRusty Wagner
2017-02-20Add dominance frontier APIsRusty Wagner