Terminal UI
Use the TUI over SSH or on machines without a graphical session:
./tenet --tui /path/to/trace.binIt uses the same reader, state reconstruction, pass manager and cached results as Desktop. Differences are presentation, not analysis semantics.
Workspace
Section titled “Workspace”The terminal layout provides instruction, register, memory, call-stack, function, string, thread, breakpoint and Hex Dump views. Goto, search, bookmarks, XRef navigation and taint navigation operate on the shared inst_id timeline.
Common controls include:
| Action | Key / command |
|---|---|
| Open Analysis Results | A |
| Next / previous XRef | x / X |
| Next / previous tainted instruction | ] / [ |
| Run forward taint | t |
| Run backward taint | B |
| Run loop analysis | O |
| Toggle Hex Dump | H |
| Filter a list | / |
| Run a named pass | :pass <name> |
| List passes | :passes |
| Start the analysis workflow | :analyze |
The exact key legend is displayed in the active build; use it when a terminal or version remaps a key.
Analysis Results
Section titled “Analysis Results”Press A to open a two-level browser:
- Catalog: pass category, state, progress and one-line summary.
Enterruns an unstarted/failed pass or opens a completed result;Rforces a rerun. - Details: structured entries such as CFG blocks, pattern matches, ObjC messages, search hits or VM handlers.
Enterjumps to entries with an instruction location;Escreturns to the catalog.
Every catalog pass has a browsable TUI result. Parameter-heavy queries are usually easier through commands or CLI, but their results use the same detail browser.
Remote-session advice
Section titled “Remote-session advice”- Keep the terminal large enough for simultaneous timeline and state panels.
- Let the first index build finish before disconnecting.
- Preserve the trace’s
.tenet/directory between sessions. - Use bookmarks before closing; cursor and bookmarks persist.
- For long batch exports, prefer CLI so terminal rendering is not involved.