diff options
| author | Jordan Wiens <github@psifertex.com> | 2025-11-06 15:35:54 -0500 |
|---|---|---|
| committer | Jordan Wiens <github@psifertex.com> | 2025-11-10 23:22:35 -0500 |
| commit | be2a5f380b6a2e079625a700631f2971dee313dd (patch) | |
| tree | 38cc3920044c85f1b2b7c3d83386d7d1136d29c4 /python | |
| parent | 9df7c7cc82f3909c372c1588da5226f98fe5e650 (diff) | |
fix small formatting in memorymap api docs
Diffstat (limited to 'python')
| -rw-r--r-- | python/binaryview.py | 1 |
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. |
