summaryrefslogtreecommitdiff
path: root/python/binaryview.py
AgeCommit message (Collapse)Author
2023-03-30Add support for deriving structures from other structuresRusty Wagner
2023-03-29Fix BinaryView.type_names apiGlenn Smith
2023-03-29BinaryView::LookupImportedType*Glenn Smith
2023-03-22Python API : Tags fixesKyleMiles
2023-03-22Tags refactorKyleMiles
2023-03-21Update documentation for progress callbacks to indicate they must return ↵Peter LaFosse
True to continue the action
2023-03-07Fix typehint for lookup_imported_object_libraryPeter LaFosse
2023-03-07Remove get_constant_data API from BinaryView for the second time.Brian Potchik
2023-02-23Update docs for BinaryView.find_all_* with correct return type and noteGlenn Smith
2023-02-20Allow DataVariables to be added to Componentskat
2023-02-09Update documentation to warn about creating databases in the context of ↵Brian Potchik
analysis callbacks.
2023-02-08More surgical fix that actually passes unit tests.Alexander Taylor
Fix for #3842.
2023-02-08Update `_sdv` when `_type` changes.Alexander Taylor
Fixes #3842.
2023-02-08Update binaryview.pyPeter LaFosse
Add 'Optional' type hint to `seek`
2023-02-08Bring BinaryReader.seek more in line with FileFabian Freyer
Adds a `whence` parameter to BinaryReader.seek which behaves similarly to FileObjects seek method, but defaults to 0, keeping backwards compatibility.
2023-02-06Add a __bool__ to BinaryView, Section, and Segment classesPeter LaFosse
2023-02-04Initial support for constant data expressions.Brian Potchik
2023-01-30Fix Type object leaksRusty Wagner
2023-01-30Fix UAF on C++ BinaryView plugin init, improve demangler and BinaryView APIsRusty Wagner
2023-01-19Update docs for parse_expression. Fix ↵Xusheng
https://github.com/Vector35/binaryninja-api/issues/3800
2023-01-19Deprecate __len__ of SegmentXusheng
Print a warning message when a deprecated function/property/class is used
2023-01-11Fix more api type hintsJosh Ferrell
2023-01-10Fix some type errors in binaryview.pyJosh Ferrell
2023-01-05Update copyright to 2023Josh F
2022-12-23fixed broken docstring links in binaryview.pyGalen Williamson
2022-12-23Fixed missing newlines before `:param` in docstringsGalen Williamson
This was causing the generated html to not show the param lines correctly.
2022-12-23Fix import_library_type and import_library_object passing wrong type of ↵Xusheng
arguments into the core. Fix https://github.com/Vector35/binaryninja-api/issues/3755
2022-12-22Fix many incorrect type hints and type errorsJosh Ferrell
2022-12-22cleanup some docs, including better explanation of code refs and data refsJordan Wiens
2022-12-21Expose get_next_valid_offset in python apiJosh Ferrell
2022-12-21Add support for adding magic values into expression parserXusheng
2022-12-16Use .length method to get the length of a Section object and deprecate ↵Xusheng
len(). Fix https://github.com/Vector35/binaryninja-api/issues/3634
2022-11-30Type library C++ api & import recordingGlenn Smith
2022-11-20Initial constant expression builtin outliner.Brian Potchik
2022-11-16Add BinaryView::GetDependencySortedTypesGlenn Smith
2022-11-16Small docstring improvementsJosh Ferrell
2022-11-10Resolve usage of deprecated BinaryView.__len__()kat
2022-10-09Remove default load settings; Move settings `analysis.debugInfoInternal` and ↵KyleMiles
`loader.debugInfoExternal` to `analysis.debugInfo.internal` and `analysis.debugInfo.external`
2022-10-04Add API bindings for `BNBinaryViewGetDefaultLoadSettings` for force API ↵KyleMiles
actions to load default load settings
2022-09-29BinaryViewType.open(): Allow PathLike filenameGlenn Smith
2022-09-29[Python API] Type hints for SymbolMappingGlenn Smith
2022-09-22Add the Components APIkat
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