summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
AgeCommit message (Expand)Author
2018-01-11API Temporary Object Elimination.Brian Potchik
2017-12-14Add autoDefined attribute to Sections and SegmentsPeter LaFosse
2017-12-04Add MediumLevelIL Function Recognizer.Brian Potchik
2017-11-27Adding API's to get Linux CA bundle infoPeter LaFosse
2017-11-13Add GetInstructionAlignment Callback to Architecture.Brian Potchik
2017-11-10Add 'relocatable' property to BinaryView classPeter LaFosse
2017-10-19UI Updates for Product and Update Status.Brian Potchik
2017-09-22Adding C++ apis for gettings pathsPeter LaFosse
2017-08-29Updating APIs to deal with stack adjustmentRusty Wagner
2017-08-28Add AddAnalysisOption API to support Initial LinearSweep Core.Brian Potchik
2017-08-26Adding Function level comment APIsPeter LaFosse
2017-08-24Add MLIL instruction for dealing with direct access to GOT/IAT entriesRusty Wagner
2017-08-23Added APIs for clobbered registers, global pointers, and function exit data f...Rusty Wagner
2017-08-22Add BasicBlock CanExit Accessor.Brian Potchik
2017-08-17Work around limitations in ctypesRusty Wagner
2017-08-17Adding section semantics to deal with semantically read-only sections inside ...Rusty Wagner
2017-08-17Support custom calling conventions in the type parser and type objectsRusty Wagner
2017-08-15Add APIs to access and update portions of the function type, and added new AP...Rusty Wagner
2017-08-05Refactor IL instruction access APIsRusty Wagner
2017-07-26Fix Linux buildRusty Wagner
2017-07-26Merge type propagation into devRusty Wagner
2017-07-25Add mappings from LLIL to normal MLILRusty Wagner
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