summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
AgeCommit message (Collapse)Author
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
2017-02-18Add back edge property to block edgesRusty Wagner
2017-02-17Add dominator APIsRusty Wagner
2017-02-16Basic blocks have incoming and outgoing edges with basic block references, ↵Rusty Wagner
use core object identity for equality
2017-02-10Merge branch 'type_view' into devRusty Wagner
2017-02-09API for accessing platform-specific types and function definitionsRusty Wagner
2017-02-09APIs for handling platform typesRusty Wagner
2017-02-06Add type IDs for types to track across renamesRusty Wagner
2017-01-20add C++ API for GetProduct, GetProductType, and GetLicenseCountJordan Wiens
2017-01-19Add API to find virtual address from file offsetRusty Wagner
2017-01-11Add a qualified name object in the C APIRusty Wagner
2017-01-11Create qualified name objectRusty Wagner
2017-01-11Use named type references for registered types, use qualified names for typesRusty Wagner
2017-01-03Tokenize typesRusty Wagner
2017-01-02Manual merging with devPeter LaFosse
2016-12-01Adding APIs to manipulate structuresRusty Wagner
2016-10-31Added APIs for dealing with Thumb more easilyRusty Wagner
2016-10-20Add API for multiple architectures distinguished by addressRusty Wagner
2016-10-10Merge branch 'segments' into devRusty Wagner
2016-10-09adding gnu3 demangler apisplafosse
2016-09-29Adding APIs for segments and sectionsRusty Wagner
2016-09-29NOMINMAX so windows.h won't define min/maxAndrew
2016-09-22Adding API to create simple dialogs with multiple input fieldsRusty Wagner
2016-09-19Add API for showing a message box in the UIRusty Wagner
2016-09-16Add APIs for user interaction from pluginsRusty Wagner
2016-09-15Add APIs to display busy indicator for long running plugin tasksRusty Wagner
2016-09-14Add APIs for instruction and block highlightingRusty Wagner
2016-09-10Add API for list of basic blocks starting at an addressRusty Wagner
2016-09-09Minor changes to API for creation of IL functionsRusty Wagner
2016-09-06Add APIs for interactive work queue and worker thread countRusty Wagner