summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2022-05-31fixup invalid pydoc documentationJordan Wiens
2022-05-25Fix binaryview __getitem__ __setitem__ and add many additional BinaryView uni...Peter LaFosse
2022-05-25Add BinaryView::ParseTypesFromSource for clang+typelibsGlenn Smith
2022-05-24update api docs for get_code_refs and get_data_refsJordan Wiens
2022-05-23update binaryview class example documentationJordan Wiens
2022-05-23Esure parse_types api raise proper exceptionsPeter LaFosse
2022-05-23Fix some places in binaryview.py that raised AttributeError instead of ValueE...Peter LaFosse
2022-05-23Fix TypeParserResult type hintPeter LaFosse
2022-05-23Fix get_unique_section_namesPeter LaFosse
2022-05-23Fix nes.py examplePeter LaFosse
2022-05-23Fix numerous bugs in TypedDataAccessor and add many unit tests for itPeter LaFosse
2022-05-23Fix many small bugs in TypedDataAccessorPeter LaFosse
2022-05-23Fix `ParameterVariables.__{eq,repr}__` implementationsJon Palmisciano
2022-05-20Fix some bugs in SymbolMapping objectPeter LaFosse
2022-05-20Fix BinaryViewType.parse methodPeter LaFosse
2022-05-20Add some unit tests for binaryview.py and fix some minor bugsPeter LaFosse
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