summaryrefslogtreecommitdiff
path: root/python/binaryview.py
AgeCommit message (Collapse)Author
2022-05-31fixup invalid pydoc documentationJordan Wiens
2022-05-25Fix binaryview __getitem__ __setitem__ and add many additional BinaryView ↵Peter LaFosse
unit tests
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 ↵Peter LaFosse
ValueError
2022-05-23Fix get_unique_section_namesPeter 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-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-06many pydoc formatting cleanups, added deprecated decorator and replaced ↵Jordan Wiens
ad-hoc messages with consistent decorator
2022-05-01Clarify use of `BinaryView.add_function` in docsJon Palmisciano
2022-04-29Check in the debuggerXusheng
2022-04-26Fix BinaryWriter.endianness. Fix #3088.Xusheng
2022-04-14Add some python api side caching to improve performance for some frequently ↵Peter LaFosse
accessed fields
2022-04-13Python API : Fixes fully-qualified `binaryninja.log.log*` calls and adds ↵KyleMiles
test to make sure no one breaks it again
2022-04-11- have SymbolMapping accept default for `get()` methodverylazyguy
2022-03-23Fix a bunch of reference miscounts in the C++ and python apisPeter LaFosse
2022-03-16Add support for structured loggingPeter LaFosse
2022-03-14add additional documentation warning users from creating objects with ↵Jordan Wiens
handles directly
2022-03-11Add bulk symbol management API to improve performance when adding/removing ↵Rusty Wagner
large numbers of symbols
2022-03-11Add simple load API for creating a BinaryView from various input types.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-02-18Fix analysis_info repr.Brian Potchik
2022-02-08Remove user data tag docstrings for auto tagsFabian Freyer
2022-02-02Fix open_view() on a bndb not setting FileMetadata.filenameGlenn Smith
2022-01-28Format All FilesKyleMiles
2022-01-19Turn some asserts back into exceptionsPeter LaFosse
2022-01-19Many type check fixesPeter LaFosse
2022-01-17Make various database progress functions cancellableGlenn Smith
2022-01-13Fix a bunch of core function calls with bad argsGlenn Smith
2022-01-04added BinaryView.get_data_offset_for_address to python APIGalen Williamson
2022-01-03update copyright yearsJordan Wiens
2021-12-18add warning to abort_analysisJordan Wiens
2021-11-29Better handling of symbols whose raw names are obfuscatedPeter LaFosse
2021-11-29Fix type check warnings in TypedDataAccessorPeter LaFosse
2021-11-29Fix import path in register_platform_recognizerPeter LaFosse
2021-11-10Rename TypedDataReader to TypedDataAccessorPeter LaFosse
2021-11-10Small refactor to DataVariable/CoreDataVariable inheritance, and add support ↵Peter LaFosse
for setting DataVariable's values
2021-11-05Turn some apis back into Lists for ease of use, improve __repr__ for list ↵Peter LaFosse
and mapping containers
2021-11-05Fix TypedDataReader member accessesPeter LaFosse
2021-11-05Add IL class heirarchy graph reportPeter LaFosse
2021-11-05Properly calculate the width of NamedTypeReferences in TypedDataReaderPeter LaFosse
2021-11-05Improvements to AdvancedILFunctionList to support iterating supplied iteratorsPeter LaFosse
2021-10-28Smartly update the TypeViewXusheng
2021-10-11Allow get_functions_by_name to get functions which start with 'sub_'Peter LaFosse