summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
AgeCommit message (Expand)Author
2016-07-11Rename API to be more accurateRusty Wagner
2016-07-11Add APIs for querying data and code before address, and add settings paramete...Rusty Wagner
2016-07-10Merge branch 'dev' into linear_viewRusty Wagner
2016-07-10Add APIs for accessing linear disassemblyRusty Wagner
2016-07-07Adding DemangleMS API and extending types for C++plafosse
2016-07-06Add API to get disassembly text for a basic block outside of a graphRusty Wagner
2016-06-30Add API for analysis progressRusty Wagner
2016-06-29Adding initial documentation for c++plafosse
2016-06-29Fix missing includeRusty Wagner
2016-06-29Add analysis completion event and wait APIRusty Wagner
2016-05-30Add IL instruction to promote bool to int, used for MIPS jump tablesRusty Wagner
2016-05-30Add APIs for querying stack variable values and parameters by indexRusty Wagner
2016-05-25Adding API to retrieve basic block annotationsRusty Wagner
2016-05-25Extending register value system to include ranges and lookup table valuesRusty Wagner
2016-05-21Fix crash caused by automatic operator=Rusty Wagner
2016-05-17IL basic blocks are now in the IL function classRusty Wagner
2016-05-15Modify IL text API to allow for stack variable annotationsRusty Wagner
2016-05-08Add additional IL stage for flags resolutionRusty Wagner
2016-05-03Add APIs for flag information and data flowRusty Wagner
2016-04-24Create API for adding known indirect branch targetsRusty Wagner
2016-04-10Add MIT license for API wrappersRusty Wagner
2016-04-10Show stack variables and implement naming, undo, and persistenceRusty Wagner
2016-04-05Add backend support for discovering stack variablesRusty Wagner
2016-02-03Don't overwrite existing symbols when creating imported functionsRusty Wagner
2016-02-02Detect system calls that do not returnRusty Wagner
2016-01-31Create functions and types from function pointer parameters, now finds main()...Rusty Wagner
2016-01-31Refactor API to fix design bug that causes use-after-free on many plugin objectsRusty Wagner
2016-01-27Implement platform type libraries, though types folder is not yet automatical...Rusty Wagner
2016-01-25Initial implementation of platform ABI classesRusty Wagner
2016-01-01Armv7 lifting initial check inplafosse
2015-12-30Allow opening a new tab or window to the same file, updates take effect in bothRusty Wagner
2015-12-29Show cross references for entire range when selecting multiple bytesRusty Wagner
2015-12-14Plugin command UIRusty Wagner
2015-12-14Backend code for plugin command registrationRusty Wagner
2015-12-10Backend string finding and API to fetch string listRusty Wagner
2015-11-02Don't allow update to be aborted in critical path, and fixes for updating aft...Rusty Wagner
2015-10-28Implement auto update functionalityRusty Wagner
2015-10-27Implement update API (no UI yet)Rusty Wagner
2015-10-16Implement update version list APIRusty Wagner
2015-10-15Add API to get list of valid channels and latest version for active licenseRusty Wagner
2015-09-17Add version information when buildingRusty Wagner
2015-09-04Add type classes to Python APIRusty Wagner
2015-09-03Implement low level IL from PythonRusty Wagner
2015-09-01Add user plugins and Python plugin supportRusty Wagner
2015-08-29Implement part of the Python API to register new architecturesRusty Wagner
2015-08-28Binary view API cleanup, and add reader/writer class to Python APIRusty Wagner
2015-08-28Add the rest of the binary view APIs and custom binary views to Python APIRusty Wagner
2015-08-21Adding type parserRusty Wagner
2015-08-19Add C preprocessor in preparation for type parsingRusty Wagner
2015-08-18Computed address and string annotationsRusty Wagner