Keyboard Shortcuts
Global
Section titled “Global”| Key | Action |
|---|---|
1–8 | Switch tabs |
Enter | Drill into selected item |
Esc | Go back (when no search or modal is active) |
/ | Search |
n / N | Next / previous search match |
y | Yank (copy) — selected text in editors, or focused row in tables |
iw | Select inner word under cursor (letters, digits, underscores) |
iW | Select inner WORD under cursor (whitespace-delimited) |
yiw | Select + yank inner word in one motion |
yiW | Select + yank inner WORD in one motion |
Tab | Cycle focus between info panels and tables |
s | Toggle human-readable sizes |
q | Quit |
PE / Metadata tab
Section titled “PE / Metadata tab”| Key | Action |
|---|---|
Tab | Cycle focus: PE Headers → CLR Header → metadata table |
g | Jump to IL Inspector for focused TypeDef/MethodDef |
IL Inspector tab
Section titled “IL Inspector tab”| Key | Action |
|---|---|
x | Jump to method body in Hex Dump |
l | Focus the IL disassembly editor |
Hex Dump tab — Normal mode
Section titled “Hex Dump tab — Normal mode”| Key | Action |
|---|---|
h j k l | Vim-style cursor movement |
g | Jump to hex offset |
i | Enter insert mode |
e | Toggle endianness (LE/BE) |
Ctrl+T | Toggle text/hex search |
Ctrl+S | Save modified bytes |
Hex Dump tab — Insert mode
Section titled “Hex Dump tab — Insert mode”| Key | Action |
|---|---|
0–9, a–f | Overwrite byte (two digits per byte) |
Esc | Return to normal mode |
Diff mode
Section titled “Diff mode”| Key | Action |
|---|---|
1–4 / ← → | Switch diff tabs |
f | Cycle filters (All / Added / Removed / Changed) |
y | Yank focused row or selected text |
Tab | Cycle focus between summary panels |
NuGet mode
Section titled “NuGet mode”| Key | Action |
|---|---|
Enter | Open selected DLL in the full analyzer |
Esc | Return to package browser from DLL inspector |
Tab | Cycle focus between Package Info and DLL table |
y | Yank focused DLL path or selected text |