summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
AgeCommit message (Expand)Author
2018-06-04Generic flow graph API and report collectionsRusty Wagner
2018-05-12Add support for symbolic relocationsPeter LaFosse
2018-05-11Simplify relocation handlersPeter LaFosse
2018-05-07Merge branch 'dev' into test_relocationPeter LaFosse
2018-05-07Refactor supporting calling convention like approachPeter LaFosse
2018-04-25Adding tailcall analysis to the core.Brian Potchik
2018-04-05Add SSA variable liveness API for MLILRusty Wagner
2018-04-04Merging with devPeter LaFosse
2018-04-04Most relocations work on ELF/x86_64Peter LaFosse
2018-04-02Add plugin commands for LLIL and MLILRusty Wagner
2018-03-18Add api for getting total string output size of QualifiedName objectPeter LaFosse
2018-03-07Add APIs for skipping analysis of functions that are too large, and overridin...Rusty Wagner
2018-02-23Add APIs for subclassing or hooking an existing architecture in C/C++Rusty Wagner
2018-02-12Merge branch 'dev' into fpuRusty Wagner
2018-02-09Add instructions for tracking freed register stack slotsRusty Wagner
2018-02-07Add APIs for overriding stack adjustments on callsRusty Wagner
2018-02-02Add rounding instructionsRusty Wagner
2018-01-31Allow intrinsics to write flagsRusty Wagner
2018-01-31Adding CPU intrinsics supportRusty Wagner
2018-01-22Add Access to Background Analysis Task.Brian Potchik
2018-01-18Allow flag roles to be dependent on semantic classRusty Wagner
2018-01-16Add classes and groups for semantic flags resolutionRusty Wagner
2018-01-14Add InstructionTextToken ConstructorBrian Potchik
2018-01-11API Temporary Object Elimination.Brian Potchik
2017-12-26Merge branch 'dev' into fpuRusty Wagner
2017-12-26Adding return value registers to function typeRusty Wagner
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-27Register stack adjustments in calling conventionsRusty Wagner
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-10-06Adding support for register stacks in IL (for x87)Rusty Wagner
2017-10-03Add basic floating point instructionsRusty Wagner
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