summaryrefslogtreecommitdiff
path: root/python/__init__.py
AgeCommit message (Expand)Author
2019-07-29can now disable user plugins from headless via BN_DISABLE_USER_PLUGINS env varJordan Wiens
2019-07-11Support encoding/decoding of unicode strings between the API and the coreKyleMiles
2019-07-08PluginManager refactor for supporting plugin installation uiPeter LaFosse
2019-05-31Clean Up 2/3 int/long CompatibilityKyleMiles
2019-05-09fix python3 and temporarily disable warningJordan Wiens
2019-05-09warning for older pth files not including ui paths and install script now upd...Jordan Wiens
2019-04-30Add unit test to detect memory leaksRusty Wagner
2019-04-25Add SetLicense APIPeter LaFosse
2019-01-17update company name and copyright dateJordan Wiens
2019-01-03lots of spelling / typo fixesJordan Wiens
2018-12-22Python2/3 supportKyleMiles
2018-11-26convert core_serial, version, build_id ando thers to methodsJordan Wiens
2018-11-26Convert core globals to functions.Brian Potchik
2018-10-19Expose DataRender APIs, allow setting const on types, and allow type comparisonPeter LaFosse
2018-10-18Initial Enhanced Settings System.Brian Potchik
2018-08-28Merge branch 'dev' into test_stack_adjustRusty Wagner
2018-08-10Expose BNIsUIEnabled via Python.Brian Potchik
2018-07-26Merge branch 'dev' into test_stack_adjustRusty Wagner
2018-07-13Python2/3 String Compatibility FixKyleMiles
2018-07-10Rebased so commit history is correct nowKyleMiles
2018-07-10Various Python 3 support changesKyleMiles
2018-07-10Various Python 3 support changesKyleMiles
2018-07-10addition 3 compatibility changesJordan Wiens
2018-07-10Additional changes for python 2/3 compatibilityPeter LaFosse
2018-07-10working division, prints, and metaclasses, but imports broken, still needs workJordan Wiens
2018-06-20Add DownloadProvider Support.Brian Potchik
2018-06-04Generic flow graph API and report collectionsRusty Wagner
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