summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
AgeCommit message (Expand)Author
2018-12-13Commonize all InstructionTextToken generationPeter LaFosse
2018-12-13Make ParseExpression not dependant on a BinaryViewPeter LaFosse
2018-11-28Fix warning, expose PluginType apiPeter LaFosse
2018-11-21Add ability to serialize/deserialize settings from BinaryViews.Brian Potchik
2018-11-18Add Find APIs with progressPeter LaFosse
2018-11-13Add expression parsing APIsPeter LaFosse
2018-11-05Provide fall-through indication in BasicBlockEdge info.Brian Potchik
2018-10-24Add new APIs for querying data referencesPeter LaFosse
2018-10-19Expose DataRender APIs, allow setting const on types, and allow type comparisonPeter LaFosse
2018-10-19Added move constructor/assignment operator to DataBufferBrick
2018-10-18Initial Enhanced Settings System.Brian Potchik
2018-10-18Remove Segment::ReadPeter LaFosse
2018-10-16Remove some unnecessary APIsPeter LaFosse
2018-10-15Refactor to how symbols and namespaces workPeter LaFosse
2018-10-05Expose SymbolBinding APIPeter LaFosse
2018-09-28Namespace API cleanupPeter LaFosse
2018-09-20Merge branch 'dev' into test_relocationPeter LaFosse
2018-09-20Adding NameSpace tokens and plumbing through some namespce apisPeter LaFosse
2018-09-13Add callee saved registers on calling conventions to specify which registers ...Rusty Wagner
2018-09-12Merging with devPeter LaFosse
2018-09-04Add API to create graphs of IL functionsRusty Wagner
2018-08-31Merging with devPeter LaFosse
2018-08-30Allow negative stack offsets for functions like alloca_probeRusty Wagner
2018-08-29Change GetReloc to GetAddressPeter LaFosse
2018-08-28Merge branch 'dev' into test_stack_adjustRusty Wagner
2018-08-26Add support for new constant type EXTERN_PTRPeter LaFosse
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-16Fix ref count bugPeter LaFosse
2018-08-16Adding EXTERN_PTR typePeter LaFosse
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-31removing ability to set autodefinedPeter LaFosse
2018-07-30Adding support for namespacesPeter LaFosse
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-13Merging with devPeter LaFosse
2018-07-11Add APIs for getting the underlying symbol from a relocationPeter LaFosse
2018-07-11Add APIs for subclassing flow graphsRusty Wagner
2018-06-29Add api for querying relocationPeter LaFosse
2018-06-26Add new API to query active analysis info and set analysis limits.Brian Potchik
2018-06-20Add DownloadProvider Support.Brian Potchik