summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2022-05-19use raw strings to pacify pytestJordan Wiens
2022-05-18Allow QualifiedName.escape() to accept all of QualifiedNameTypeGlenn Smith
2022-05-14mendJordan Wiens
2022-05-14remove more vestigal py2 codeJordan Wiens
2022-05-13Add missing import that broke the build.Alexander Taylor
2022-05-12Add notes for Enterprise edition-only module/class.Alexander Taylor
2022-05-11Clang+TypeParser APIsGlenn Smith
2022-05-11Add documentaiton decorator for Enterprise.Alexander Taylor
2022-05-06many pydoc formatting cleanups, added deprecated decorator and replaced ad-ho...Jordan Wiens
2022-05-03Remove the Python enum moduleXusheng
2022-05-02[Enterprise] Always cache licensesGlenn Smith
2022-05-01Clarify use of `BinaryView.add_function` in docsJon Palmisciano
2022-04-30Add debug report alias.Brian Potchik
2022-04-29Check in the debuggerXusheng
2022-04-26Fix BinaryWriter.endianness. Fix #3088.Xusheng
2022-04-24Ensure Intrinsic is included in low/medium/highlevelil.pyPeter LaFosse
2022-04-24Add commonil class for intrinsicsFabian Freyer
2022-04-24Finish a BackgroundTaskThread on exceptionFabian Freyer
2022-04-22Fix type annotation for single_function_language_representationJosh F
2022-04-22Add FunctionBuilder setter for stack adjustment w/ confidencePeter LaFosse
2022-04-22Ensure stackadjustment confidence and varargs have better default confidence ...Peter LaFosse
2022-04-14Fix issue where utf-8 strings couldn't be used or displayed in the python scr...Peter LaFosse
2022-04-14Add some python api side caching to improve performance for some frequently a...Peter LaFosse
2022-04-13Better docstring for Database.trim/remove_snapshotGlenn Smith
2022-04-13Add Database::TrimSnapshot apiGlenn Smith
2022-04-13Python API : Fixes fully-qualified `binaryninja.log.log*` calls and adds test...KyleMiles
2022-04-12remove local dev path updateJordan
2022-04-11Prevent hang when tab completing in large function/binaryJosh F
2022-04-11- have SymbolMapping accept default for `get()` methodverylazyguy
2022-04-08Add some small typehint fixes to typelibrary and metadata.pyPeter LaFosse
2022-04-08Properly decode strings for TypeLibrary.platfrom_namesPeter LaFosse
2022-04-08Add __hash__ for Type/TypeBuilderPeter LaFosse
2022-03-29Fixes #3028 usage of binaryninja.cstr in DebugInfo.add_functionPeter LaFosse
2022-03-29Add various type hintsPeter LaFosse
2022-03-28Docs for connect_{pycharm|vscode}_debugger, referring to docs siteGlenn Smith
2022-03-28Add 'Type.children' property for ease of iterating nested type objectsPeter LaFosse
2022-03-28Ensure plugins are loaded before attempting to build type libsPeter LaFosse
2022-03-24Fix get_all_user_var_values APIPeter LaFosse
2022-03-23Secrets provider in python for accessing the keychainGlenn Smith
2022-03-23Fix LicenseCheckout() releasing your extended license from uiGlenn Smith
2022-03-23Make a bunch of enterprise methods connect/auth implicitlyGlenn Smith
2022-03-23Add make_code.py plugin to python examplesPeter LaFosse
2022-03-23Add BNAddTypeLibraryNamedTypeSource APIPeter LaFosse
2022-03-23Fix a bunch of reference miscounts in the C++ and python apisPeter LaFosse
2022-03-23Turn assert into ValueErrorPeter LaFosse
2022-03-21Fix LLIL_FCMP_O not being handled in a couple placesGlenn Smith
2022-03-16Add type hints to typelibrary.py and fix type hint for get_address_tags_of_typePeter LaFosse
2022-03-16Add support for structured loggingPeter LaFosse
2022-03-16Fix mlil call bases's type hintPeter LaFosse
2022-03-14add additional documentation warning users from creating objects with handles...Jordan Wiens