summaryrefslogtreecommitdiff
path: root/python/binaryview.py
AgeCommit message (Collapse)Author
2022-09-07Fix misspell in rebase and its type hintsPeter LaFosse
2022-08-26implement hash for CoreDataVariableJordan Wiens
2022-08-23Fix loading existing database having empty FileMetadataJosh F
2022-08-19fixed BinaryView.get_functions_by_name to handle cases like `sub_main`Galen Williamson
2022-08-18fix typos in various doc strings (a/an, repeated words) (skip-ci)Galen Williamson
2022-08-16Document BinaryViewTypes and another portion of BinaryViewkat
2022-08-09Add New Theme and some C++ API Documentationkat
2022-08-08Un-deprecate BinaryView.symbols(), and raise KeyError like a real dictGlenn Smith
2022-08-05Fix incorrect type hints in BinaryView.find* apisJosh F
2022-08-03Fix bninspect on documented propertieskat
2022-07-31fix parse type documentationJordan Wiens
2022-07-27remove stale API references fixes #3333Jordan Wiens
2022-07-21Fix type annotation & documentation for `define_auto_symbol_and_var_or_function`Jon Palmisciano
2022-07-18Memory map sidebar widget + segment/section notificationsJosh F
2022-07-03Add some helper routines for getting the IL of callsitesPeter LaFosse
2022-06-18Allow DataVariable.name to be assigned a QualifiedNamePeter LaFosse
2022-06-02Fix Python exceptions when accessing functions with skipped IL analysisRusty Wagner
2022-05-31Increase coverage of architecture.pyrose
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