We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9df7c7c commit be2a5f3Copy full SHA for be2a5f3
1 file changed
python/binaryview.py
@@ -2450,6 +2450,7 @@ class MemoryMap:
2450
precedence by default.
2451
2452
All MemoryMap APIs support undo and redo operations. During BinaryView::Init, these APIs should be used conditionally:
2453
+
2454
* Initial load: Use the MemoryMap APIs to define the memory regions that compose the system.
2455
* Database load: Do not use the MemoryMap APIs, as the regions are already persisted and will be restored automatically.
2456
0 commit comments