summaryrefslogtreecommitdiff
path: root/python/__init__.py
AgeCommit message (Expand)Author
2017-10-19UI Updates for Product and Update Status.Brian Potchik
2017-08-11Fixes to allow plugins to be installed and loaded from headlessPeter LaFosse
2017-08-11Fixing some broken documentationPeter LaFosse
2017-08-01Call shutdown whenever binaryninja is unloadedPeter LaFosse
2017-07-12Metadata enhancements. Metadata objects are now serialized to the DBPeter LaFosse
2017-07-01Adding settings system apis, and binaryview metadata apisPeter LaFosse
2017-05-19update copyright yearJordan Wiens
2017-04-21Merge branch 'mlil' into devRusty Wagner
2017-03-05Merginging with devPeter LaFosse
2017-03-04Adding repo manager APIsPeter LaFosse
2017-03-01Adding framework for medium level ILRusty Wagner
2017-02-23add get_install_directory and savelastrun to the apiJordan Wiens
2017-02-10Merge branch 'type_view' into devRusty Wagner
2017-02-06Add type IDs for types to track across renamesRusty Wagner
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-05Modifying how enumerations are exposed and used, and a bunch of cleanup of ex...Peter LaFosse
2016-11-19Remove debuging codePeter LaFosse
2016-10-31Refactoring and other improvements of the python apiplafosse
2016-10-28Refactor python api into separate files and add Enumeration support. Also fix...plafosse
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-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
2016-09-22Adding API to create simple dialogs with multiple input fieldsRusty 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-16Add APIs for user interaction from pluginsRusty Wagner
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-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-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-31fix table of branch typesJordan Wiens
2016-08-31Add API to enqueue work on the worker thread(s)Rusty 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-25Adding APIs for database save/load progress and constant referencesRusty Wagner
2016-08-22Allow setting here or current_address to navigate in the current viewRusty Wagner
2016-08-22Updating documentation for _user_ functionsplafosse
2016-08-20Fixed small python bugsBambu