diff options
| author | blasty <blasty@local> | 2026-08-07 20:28:12 +0200 |
|---|---|---|
| committer | blasty <blasty@local> | 2026-08-07 20:28:12 +0200 |
| commit | f64ffd46c6bab5bc2969c25b33137ad58e08c71b (patch) | |
| tree | ba2c8607dba3b36af0450596553e2098420b149c /README.md | |
| parent | Modal chrome: thin round borders, titles in the border (diff) | |
| download | ida-tui-f64ffd46c6bab5bc2969c25b33137ad58e08c71b.tar.gz ida-tui-f64ffd46c6bab5bc2969c25b33137ad58e08c71b.tar.xz ida-tui-f64ffd46c6bab5bc2969c25b33137ad58e08c71b.zip | |
Struct editor: '/' fuzzy-filters the struct list
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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, |
