summaryrefslogtreecommitdiff
path: root/python/binaryview.py
AgeCommit message (Expand)Author
2023-11-02Ensure Type objects are created correctly everywhere and add guardrailPeter LaFosse
2023-10-25Remove unnecessary error from get_tag_type.Alexander Taylor
2023-10-18add rebase API exampleJordan Wiens
2023-09-20standardize deprecation format and linkify suggestionsJordan Wiens
2023-09-18Fix BinaryViewType.load does not return the created binary view. Fix https://...Xusheng
2023-09-11Fix memory leak in functions calling BNCreateUserFunctionXusheng
2023-09-05fix formatting of BinaryDataNotification noteJordan
2023-09-02Fix python BinaryView instance refcounting.Brian Potchik
2023-08-23typelibrary: add methods for dependency infoRyan Snyder
2023-08-17The load API now returns None for an invalid handle.Brian Potchik
2023-08-17Ensure consistent lifetimes for UI-accessible BinaryView instances in Python.Brian Potchik
2023-08-17Remove deprecation of BinaryView and BinaryViewType open APIs.Brian Potchik
2023-08-16Handle case where __init__ on BinaryDataNotifications base class is not calle...Brian Potchik
2023-08-16Add DefineUserTypes to Rust/Python (+ fix return type)Glenn Smith
2023-08-16Add some convenience flags to NotificationType.Brian Potchik
2023-08-15Fix potential crash with register_notification and add support for notificati...Brian Potchik
2023-08-12Fix typo in components callbacks.Brian Potchik
2023-08-11Add notification_barrier support and ability to selectively enable notificati...Brian Potchik
2023-08-10Add OnNotificationBarrier callback and the ability to selectively enable noti...Brian Potchik
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