summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-29Add line types for notes in linear viewRusty Wagner
2016-09-29Adding APIs for segments and sectionsRusty Wagner
2016-09-29Merge branch 'temp' into devAndrew
2016-09-29NOMINMAX so windows.h won't define min/maxAndrew
2016-09-26Fix NES plugin after API changesRusty Wagner
2016-09-25updating navigation docsJordan Wiens
2016-09-25adding new font licensesJordan Wiens
2016-09-25Merge pull request #497 from chemberger/patch-1plafosse
2016-09-25Update export-svg.py path splittingClaude Hemberger
2016-09-24Merge pull request #493 from dfraze/patch-1plafosse
2016-09-22Update __init__.pyDustin Fraze
2016-09-22Adding API to create simple dialogs with multiple input fieldsRusty Wagner
2016-09-21update for new plugins and mention difference between personal and commercialJordan Wiens
2016-09-20update svg exporter to use new dialogsJordan Wiens
2016-09-20add file save dialog and fix spacingJordan Wiens
2016-09-19Add example plugin to solve with angrRusty Wagner
2016-09-19Add API for showing a message box in the UIRusty Wagner
2016-09-19Adding APIs to store arbitrary data on a per-view, per-file, or per-function ...Rusty Wagner
2016-09-17Merge pull request #477 from rootbsd/devJordan
2016-09-16Merge branch 'dev' of github.com:Vector35/binaryninja-api into devJordan Wiens
2016-09-16Fix broken linkRusty Wagner
2016-09-16Adding reference to Markdown library in docsRusty Wagner
2016-09-16Add APIs for user interaction from pluginsRusty Wagner
2016-09-16Add the color support to export_svg.pyrootbsd
2016-09-16Merge branch 'dev' of github.com:Vector35/binaryninja-api into devJordan Wiens
2016-09-16remove extraneous "the" and add missing punctuationJordan Wiens
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-13rename files to allow them to be importedJordan Wiens
2016-09-13better defaults for version switcherJordan Wiens
2016-09-12Merge pull request #426 from bambu/new_syscall_pluginJordan
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
2016-09-06ExecuteWorkerProcess new parms: out,err text,binAndrew Lamoureux
2016-09-06Fix some memory leaks in the Python APIRusty Wagner
2016-09-05Adding a bunch of fixes found with linterplafosse
2016-09-03Adding APIs to ensure IL is available for upcoming caching methodsRusty Wagner
2016-08-31Add API to determine if an address is backed by the fileRusty Wagner
2016-08-31Cache lines on API side to avoid UI hangs with large basic blocksRusty Wagner
2016-08-31fix table of branch typesJordan Wiens
2016-08-31Add API to enqueue work on the worker thread(s)Rusty Wagner
2016-08-30Merge branch 'analysis_cache' into devRusty Wagner
2016-08-30Add API to reanalyzeRusty Wagner
2016-08-30Add API to determine if a function still has analysis updates to completeRusty Wagner
2016-08-25Updated arm-syscall plugin to work with current apiBambu
2016-08-25Removed dynamic linking. Added c++ version of arm-syscall python plugin. Rena...Bambu
2016-08-25Adding APIs for database save/load progress and constant referencesRusty Wagner
2016-08-24fix export to work on windowsJordan Wiens
2016-08-23Fix some memory leaksRusty Wagner