summaryrefslogtreecommitdiff
path: root/python/binaryview.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/binaryview.py')
-rw-r--r--python/binaryview.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/binaryview.py b/python/binaryview.py
index a2b85c4b..69dbc93f 100644
--- a/python/binaryview.py
+++ b/python/binaryview.py
@@ -2450,6 +2450,7 @@ class MemoryMap:
precedence by default.
All MemoryMap APIs support undo and redo operations. During BinaryView::Init, these APIs should be used conditionally:
+
* Initial load: Use the MemoryMap APIs to define the memory regions that compose the system.
* Database load: Do not use the MemoryMap APIs, as the regions are already persisted and will be restored automatically.