You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Save a database file (a TOML file) at the target file directory containing bookmarks and comments. This data is restored when the same file is open. (#14)
Basic support for multi-byte selection. Press v (like visual mode in vim), then select a byte range. Then, y to copy bytes to clipboard, z to fill them with zeroes, or n to fill them with x86 NOPs.
Support for initialization file at $HOME/.gdbinit. Commands added to this file will be executed at startup (one per line). (#12)
cmt <offset> <comment> (programatic alternative to ;)
set byteline <number> sets the number of bytes per line in the hex dump
set ctrlchar <char>sets the character shown for ASCII non-graphical byte values
set dimzero dim nullbytes
set dimctrl dim all control characters
set nodim turn off dimming
set theme changes the theme
w write changes to file
wq or x write changes to file and quit
In-memory buffer when patching bytes. Nothing is written to the file until you use some of the writing commands (w, wq or x), but truncating is an exception (T in replace mode).
Light theme.
dz6 beeps if you try to enter replace mode when editing a read-only file.