summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2016-07-09few small typos and add convenience getter/setter for function.nameJordan Wiens
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-30remove sleep from sample pluginsJordan Wiens
2016-06-29Add analysis completion event and wait APIRusty Wagner
2016-06-02get_stack_contents_at* referenced an undefined variableRyan Stortz
2016-06-02fix padding bugs, no padding anywhere now but at least its consistentJordan Wiens
2016-06-02SVG export fixes for borderplafosse
2016-06-02properly escape higher unicode, use address instead of function in filename, ...Jordan Wiens
2016-06-01missed a few colorsJordan Wiens
2016-06-01stylized svg and start of tooltipsJordan Wiens
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-25Fix formatting of negative hex valuesRusty Wagner
2016-05-25Extending register value system to include ranges and lookup table valuesRusty Wagner
2016-05-24Early prototype for svg export. Needs more styles, possibly fix clickable lin...Jordan Wiens
2016-05-24return instead of assignment to resultJordan Wiens
2016-05-21proper types, fixes #253Jordan Wiens
2016-05-17Merge branch 'dev' of github.com:Vector35/binaryninja-api into devRusty Wagner
2016-05-17Merge branch 'iterators' of https://github.com/withzombies/binaryninja-api in...Rusty Wagner
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-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-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-10remove broken license checkJordan Wiens
2016-04-10fix for #218Jordan Wiens
2016-04-10Add MIT license for API wrappersRusty Wagner
2016-04-10Move all of API and Python bindings into api directoryRusty Wagner