From f64ffd46c6bab5bc2969c25b33137ad58e08c71b Mon Sep 17 00:00:00 2001 From: blasty Date: Fri, 7 Aug 2026 20:28:12 +0200 Subject: Struct editor: '/' fuzzy-filters the struct list --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') 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, -- cgit v1.3.1-sl0p