aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorblasty <peter@haxx.in>2026-08-07 20:28:12 +0200
committerblasty <peter@haxx.in>2026-08-07 20:28:12 +0200
commit099492598ce69fc980f442f8c38e324bed53338a (patch)
tree2e17f72c6442471b02af84cffc0c3d585be6acc4 /README.md
parentModal chrome: thin round borders, titles in the border (diff)
downloadida-tui-099492598ce69fc980f442f8c38e324bed53338a.tar.gz
ida-tui-099492598ce69fc980f442f8c38e324bed53338a.tar.xz
ida-tui-099492598ce69fc980f442f8c38e324bed53338a.zip
Struct editor: '/' fuzzy-filters the struct list
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 86883d4..c52019b 100644
--- a/README.md
+++ b/README.md
@@ -100,6 +100,11 @@ a 400 MB binary scrolls like a text file.
**Decompiler** — Hex-Rays pseudocode with syntax highlighting, per-line address
anchors, and rename/retype/comment that write back.
+**Structs / types** (`ctrl+t`) — local types as plain C: the list on the left,
+an editable, syntax-highlighted definition on the right. `Ctrl+S` declares it
+back into the database and reformats to IDA's own layout, `Ctrl+N` starts a new
+one, `d` deletes, and `/` fuzzy-filters the list.
+
**Graph** (`space`) — the current function's basic blocks, laid out with a real
layered (Sugiyama) algorithm and routed edges: green taken, red fall-through,
blue unconditional, purple loop. The boxes hold the *same rows* as the listing,