summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
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
2022-03-14fix typo in remove_snapshot apiJordan Wiens
2022-03-11Add bulk symbol management API to improve performance when adding/removing la...Rusty Wagner
2022-03-11Move stack var refs and constant refs behind advanced analysis requests for s...Rusty Wagner
2022-03-11Add simple load API for creating a BinaryView from various input types.Brian Potchik
2022-03-11Allow DataBuffer to be initialized with a bytearray.Brian Potchik
2022-03-07Fix BinaryView.libraries() in Python APIXusheng
2022-03-04Add a few optimizations to the python API for querying platformPeter LaFosse
2022-03-03flowgraph block iter fixed, resolves #3001Jordan Wiens
2022-03-03il block contains methods fixed, resolves #3000Jordan Wiens
2022-03-03add small api docs on removing a repositoryJordan Wiens
2022-03-02Add function update request API.Brian Potchik
2022-02-28Support a bunch of things someone could pass into intrinsic()Glenn Smith
2022-02-28il.intrinsic(): Support ILRegister/ILFlag as wellGlenn Smith
2022-02-28Correct type annotation for il.intrinsic()Glenn Smith
2022-02-23Fix LowLevelILFcmp instruction inheritancePeter LaFosse
2022-02-18Fix analysis_info repr.Brian Potchik
2022-02-17Fix some minor correctness issues with function.pyPeter LaFosse
2022-02-17Add some additional function.py unit testsPeter LaFosse
2022-02-17Add some additional type hints to architecture.py and lowlevelil.pyPeter LaFosse
2022-02-17Make function.architecture non-optionalPeter LaFosse
2022-02-17Improve handling of bytes objects with MetadataPeter LaFosse
2022-02-17Add additional unit tests for function.pyPeter LaFosse