summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
AgeCommit message (Expand)Author
2018-09-13Add callee saved registers on calling conventions to specify which registers ...Rusty Wagner
2018-09-04Add API to create graphs of IL functionsRusty Wagner
2018-08-30Allow negative stack offsets for functions like alloca_probeRusty Wagner
2018-08-28Merge branch 'dev' into test_stack_adjustRusty Wagner
2018-08-23add support for original_filename propertyJordan Wiens
2018-08-21Add return hint MLIL instruction (used in intermediate stages, not emitted in...Rusty Wagner
2018-08-20api: add methods to get basic block objects from IL instrsRyan Snyder
2018-08-17Fix report collection reference count bug and add debug report supportRusty Wagner
2018-08-15Expose ScriptingProvider name in C++ bindingsRyan Snyder
2018-08-14Modify flow graph API to support multiple layout requests for a single graphRusty Wagner
2018-08-10Finish DownloadProvider C++ API.Brian Potchik
2018-08-10Fix DownloadProvider reference counting and instance cleanup.Brian Potchik
2018-08-10Fix ScriptingProvider reference counting and instance cleanup.Brian Potchik
2018-08-10Make Metadata constructors explicit.Brian Potchik
2018-08-02Add API to query if an assembly instruction is a callRusty Wagner
2018-07-27Expose the ability to suppress analysis of auto-discovered functionsRyan
2018-07-26Merge branch 'dev' into test_stack_adjustRusty Wagner
2018-07-13Add ability to update custom flow graphsRusty Wagner
2018-07-11Add APIs for subclassing flow graphsRusty Wagner
2018-06-26Add new API to query active analysis info and set analysis limits.Brian Potchik
2018-06-20Add DownloadProvider Support.Brian Potchik
2018-06-04Generic flow graph API and report collectionsRusty Wagner
2018-04-25Adding tailcall analysis to the core.Brian Potchik
2018-04-05Add SSA variable liveness API for MLILRusty Wagner
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