summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-17IL basic blocks are now in the IL function classRusty Wagner
2016-05-16add support for auto updatesJordan Wiens
2016-05-15updated readmeJordan Wiens
2016-05-15small tweaks and add current version to main menuJordan Wiens
2016-05-15Merge branch 'dev' of github.com:Vector35/binaryninja-api into devJordan Wiens
2016-05-15sample plugin to view all release notes or downgradeJordan Wiens
2016-05-15Modify IL text API to allow for stack variable annotationsRusty Wagner
2016-05-09small typoJordan
2016-05-09Merge branch 'master' into devRusty Wagner
2016-05-09Adding an example plugin that shows how to resolve simple jump tables using t...Rusty Wagner
2016-05-08Merge branch 'dev' of github.com:Vector35/binaryninja-api into devRusty Wagner
2016-05-08Add additional IL stage for flags resolutionRusty Wagner
2016-05-08mergeJordan Wiens
2016-05-08refactor for better help/dir support as well as some simple built-in help for...Jordan Wiens
2016-05-03Add APIs for flag information and data flowRusty Wagner
2016-04-24Create API for adding known indirect branch targetsRusty Wagner
2016-04-20missing orJordan Wiens
2016-04-20expose length to python basic blocksJordan Wiens
2016-04-19Add unique token for addresses relative to instruction pointerRusty Wagner
2016-04-14Add an example that uses the interatorsRyan Stortz
2016-04-14Modifies the python api to allow iteration over some base typesRyan Stortz
2016-04-11adding readme, arm-syscall, bin-info, and breakpoint pluginsJordan Wiens
2016-04-11adding readme, arm-syscall, bin-info, and breakpoint pluginsJordan Wiens
2016-04-10Add gitignoreRusty Wagner
2016-04-10Update README.mdJordan
2016-04-10remove broken license checkJordan Wiens
2016-04-10fix for #218Jordan Wiens
2016-04-10clarify readmeJordan Wiens
2016-04-10readme and license for new repoJordan Wiens
2016-04-10Add MIT license for API wrappersRusty Wagner
2016-04-10Move all of API and Python bindings into api directoryRusty Wagner
2016-04-10Show stack variables and implement naming, undo, and persistenceRusty Wagner
2016-04-05Add backend support for discovering stack variablesRusty Wagner
2016-04-04Fix extra references causing leaksRusty 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