summaryrefslogtreecommitdiff
path: root/python/binaryview.py
AgeCommit message (Expand)Author
2023-07-26Properly set DisassemblySettings like WaitForIL while doing text and constant...Xusheng
2023-07-25small pydoc fixes in navigate APIsJordan Wiens
2023-07-12Fix a failure that occured when passing load/BinaryView.load raw datakat
2023-07-10Move binary view loading in to the core; deprecate open_view in favor of load...KyleMiles
2023-06-23Add warnings around the use of add_binaryview_initial_analysis_completion_eve...Peter LaFosse
2023-06-09Prevent exception on close in FunctionListPeter LaFosse
2023-06-08Undo transactions / context managerGlenn Smith
2023-06-05cleanup pydoc warningsJordan Wiens
2023-05-26Add iterators for TypedDataAccessor and DataVariablePeter LaFosse
2023-05-26Add some missing type annotationsMaja Kądziołka
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