* Re-added a new line that somehow got removed 2017-01-20also add product type and license count to the APIJordan Wiens 2017-01-20add product id from license fileJordan Wiens 2017-01-17add documentation for shutdownJordan Wiens 2017-01-11Properly free demangled namesPeter LaFosse 2017-01-11Use correct enum type in Plugin objectPeter LaFosse 2017-01-10Fix bv.symbolsPeter LaFosse 2017-01-09Use new style class definitions, add __init__ BinaryDataNotificationPeter LaFosse 2017-01-09Wrapping some unwrapped enumeration values, and adding il basic block indexingPeter LaFosse 2017-01-07More fixes for refactorPeter LaFosse 2017-01-05Modifying how enumerations are exposed and used, and a bunch of cleanup of ↵Peter LaFosse existing plugins 2017-01-03Reverting last commit, we can't use this method in the core, since it will ↵Peter LaFosse break those launching binaryninja from the commandline 2017-01-03Dont override stdin/stdout/stderr if launching from terminalPeter LaFosse 2017-01-02Manual merging with devPeter LaFosse 2017-01-02merging minor typoPeter LaFosse 2017-01-02merging svg export changesPeter LaFosse 2017-01-02Making platform and architecture optional parameters where possiblePeter LaFosse 2016-11-19Remove debuging codePeter LaFosse 2016-10-31Refactoring and other improvements of the python apiplafosse 2016-10-28Merging with devplafosse 2016-10-28Refactor python api into separate files and add Enumeration support. Also ↵plafosse fixed bugs found with pyflakes 2016-10-24Merge branch 'thumb' into devRusty Wagner 2016-10-24Add platform property to functionRusty Wagner 2016-10-24Add related platform API to PythonRusty Wagner 2016-10-20Add associated arch API to PythonRusty Wagner 2016-10-16bug fix in gnu3_demangle python apiplafosse 2016-10-10Merge branch 'segments' into devRusty Wagner 2016-10-10Rename data to session_data, as this API is per-session and not stored in the dbRusty Wagner 2016-10-09Added NDS parser as example for segment APIsRusty Wagner 2016-10-09Modify binary view init parameter order for compatRusty Wagner 2016-10-09adding gnu3 demangler apisplafosse 2016-09-29Adding APIs for segments and sectionsRusty Wagner 2016-09-26Fix NES plugin after API changesRusty Wagner 2016-09-22Update __init__.pyDustin Fraze Stupid typo 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 basis 2016-09-17Merge pull request #477 from rootbsd/devJordan Add highlight color support to export_svg.py (still only default color scheme until color APIs exist) 2016-09-16Add APIs for user interaction from pluginsRusty Wagner 2016-09-16Add the color support to export_svg.pyrootbsd 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