36 lines
959 B
Plaintext
36 lines
959 B
Plaintext
|
binaryninja.binaryview.BinaryDataNotification
|
||
|
=============================================
|
||
|
|
||
|
.. currentmodule:: binaryninja.binaryview
|
||
|
|
||
|
.. autoclass:: BinaryDataNotification
|
||
|
|
||
|
|
||
|
.. automethod:: __init__
|
||
|
|
||
|
|
||
|
.. rubric:: Methods
|
||
|
|
||
|
.. autosummary::
|
||
|
|
||
|
~BinaryDataNotification.__init__
|
||
|
~BinaryDataNotification.data_inserted
|
||
|
~BinaryDataNotification.data_removed
|
||
|
~BinaryDataNotification.data_var_added
|
||
|
~BinaryDataNotification.data_var_removed
|
||
|
~BinaryDataNotification.data_var_updated
|
||
|
~BinaryDataNotification.data_written
|
||
|
~BinaryDataNotification.function_added
|
||
|
~BinaryDataNotification.function_removed
|
||
|
~BinaryDataNotification.function_update_requested
|
||
|
~BinaryDataNotification.function_updated
|
||
|
~BinaryDataNotification.string_found
|
||
|
~BinaryDataNotification.string_removed
|
||
|
~BinaryDataNotification.type_defined
|
||
|
~BinaryDataNotification.type_undefined
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|