mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 11:26:11 +00:00
9 lines
721 B
ReStructuredText
9 lines
721 B
ReStructuredText
Syncing a widget
|
|
==============================
|
|
|
|
Sync widget to an offset
|
|
----------------------------------------
|
|
**Description:** By default, widgets like Disassembly, Graph,
|
|
Decompiler and Hexdump are synchronized with each other, pointing to the same address. A change in one widget will affect th others. We consider this feature as a Global-Seek. By unsyncing a widget, the widget will be independent of the global seek and will have its own seek location. Navigating in an unsynced widget will not change the Global-Seek of the rest of the widgets, and vice versa - Changing the Global-Seek will not affect the unsynced widget. Multiple widgets can be unsynced independently.
|
|
|
|
**Steps:** -> Sync/unsync offset |