mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 11:26:11 +00:00
e50eddb8cd
* Implement write commands in hex widget * Add cmdRawAt and seekSilent * Document patching context menu Co-authored-by: itayc0hen Co-authored-by: Kārlis Seņko
20 lines
399 B
ReStructuredText
20 lines
399 B
ReStructuredText
Hexdump Widget Context Menu
|
|
==============================
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:glob:
|
|
|
|
hexdump-context-menu/*
|
|
|
|
Bytes Per Row
|
|
----------------------------------------
|
|
**Description:** Select how many bytes should be displayed by Cutter in each row in the Hexdump widget.
|
|
|
|
Available options are:
|
|
- 1 byte
|
|
- 2 bytes
|
|
- 4 bytes
|
|
- 8 bytes
|
|
- 16 bytes
|
|
- 32 bytes
|
|
- Power of 2 (Auto) |