summaryrefslogtreecommitdiff
path: root/python/binaryview.py
AgeCommit message (Expand)Author
2023-05-26Fix error in bv.llil_basic_blocks when low_level_il function is not availablePeter LaFosse
2023-04-25Fix deprecation warning formatting in docs, require deprecated_in parameterJosh Ferrell
2023-04-25Fix a minor error in BinaryDataNotifications for Componentskat
2023-04-19small documentation fixesJordan Wiens
2023-04-17Add .components convenience API to Functions and DataVariableskat
2023-04-10Do not complain about partial string unless a partial string is requested. Fi...Xusheng
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 True...Peter LaFosse
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 analy...Brian Potchik
2023-02-08More surgical fix that actually passes unit tests.Alexander Taylor
2023-02-08Update `_sdv` when `_type` changes.Alexander Taylor
2023-02-08Update binaryview.pyPeter LaFosse
2023-02-08Bring BinaryReader.seek more in line with FileFabian Freyer
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 https://github.com/Vector35/binaryninja...Xusheng
2023-01-19Deprecate __len__ of SegmentXusheng
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
2022-12-23Fix import_library_type and import_library_object passing wrong type of argum...Xusheng
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 len()....Xusheng
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
2022-10-04Add API bindings for `BNBinaryViewGetDefaultLoadSettings` for force API actio...KyleMiles
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