diff options
| author | blasty <peter@haxx.in> | 2026-08-15 11:06:36 +0200 |
|---|---|---|
| committer | blasty <peter@haxx.in> | 2026-08-15 11:06:36 +0200 |
| commit | 29276ca657908eef1926afd31a1ffafe940eff01 (patch) | |
| tree | d7460741b15594875c42276e698b5b001e13bde7 /README.md | |
| parent | Add MIT licence and contributor guide (diff) | |
| download | ida-tui-29276ca657908eef1926afd31a1ffafe940eff01.tar.gz ida-tui-29276ca657908eef1926afd31a1ffafe940eff01.tar.xz ida-tui-29276ca657908eef1926afd31a1ffafe940eff01.zip | |
README: drop the ASCII mock and the LLM-agent section
The mock terminal is a poor stand-in for a real demo; a gif/screenshots
should go there instead. The agent section pointed at .agents/, which is
no longer part of the repo.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 19 |
1 files changed, 0 insertions, 19 deletions
@@ -6,17 +6,6 @@ --- -``` -┌ ida-tui ─────────────────────────────────────────────────────────────────────┐ -│ .text:00002490 ; ---------- S U B R O U T I N E ---------- │ -│ .text:00002490 main proc near │ -│ .text:00002490 endbr64 │ -│ .text:00002494 push rbp ; ← cursor │ -│ .text:00002495 mov rbp, rsp │ -│ .text:00002498 sub rsp, 0B0h ; `o` → 176 │ -└──────────────────────────────────────────────────────────────────────────────┘ -``` - > **Status: personal project, actively hacked on.** No packaging, no versioning, > no support. It assumes a licensed IDA Pro and a venv at `~/ida-venv`. Things > move and break. Poke around; don't file expectations. @@ -161,14 +150,6 @@ Before optimising or debugging a slow run, read [`.fastfeedback/SPEED.md`](.fastfeedback/SPEED.md) — per-suite timings, the known flake, and the four ways a test here wastes minutes. -## Working on this with an LLM agent - -[`.agents/skills/idatui/SKILL.md`](.agents/skills/idatui/SKILL.md) is an -[Agent Skills](https://agentskills.io/specification) skill covering the architecture, -the test loop, and the traps that cost real time here. Compatible harnesses pick it -up automatically; point others at the file. (A user-level skill of the same name -wins, so symlink yours if you keep one.) - — [sl0p.foo](https://sl0p.foo) |
