| Mode | Name | Size | |
|---|---|---|---|
| d--------- | .auto | 647 | logstatsplain |
| -rw-r--r-- | .gitignore | 245 | logstatsplainblame |
| -rw-r--r-- | README.md | 11221 | logstatsplainblame |
| -rw-r--r-- | TODO | 2857 | logstatsplainblame |
| d--------- | docs | 297 | logstatsplain |
| d--------- | experiments | 529 | logstatsplain |
| -rwxr-xr-x | ida-tui | 913 | logstatsplainblame |
| d--------- | idatui | 934 | logstatsplain |
| -rw-r--r-- | logo-trans.png | 1740746 | logstatsplainblame |
| -rw-r--r-- | logo.ans | 40439 | logstatsplainblame |
| -rw-r--r-- | logo.png | 818833 | logstatsplainblame |
| d--------- | plan | 34 | logstatsplain |
| -rw-r--r-- | pyproject.toml | 814 | logstatsplainblame |
| -rw-r--r-- | rehearsed-engineer.md | 452 | logstatsplainblame |
| d--------- | server | 43 | logstatsplain |
| d--------- | tests | 819 | logstatsplain |
| d--------- | tools | 87 | logstatsplain |
| -rw-r--r-- | uv.lock | 11747 | logstatsplainblame |
object a9406197c7d705ee6c0d46691f1655e34cb8bcc3 type commit tag pre-codemode tagger user user@clank 1786108456 +0200
Last state of the private idalib worker backend
The backend ida-tui used before the IDA Code Mode port: idatui/worker.py + worker_client.py (a private subprocess speaking length-prefixed pickle over a unix socket) with server/patch_server.py injecting our extra tools into ida-pro-mcp.
Kept as the A/B reference. The port replaces the transport wholesale, so this is the tag to check out when asking 'is this a regression or has it always done that?' -- which is exactly how the xref ordering, the trace-follow race and several performance claims were settled. tests/run.py works here, and /tmp/cmport/bench.py (if still around) picks whichever client the checked-out tree has, so it benchmarks this tag unmodified.
Reference numbers on targets/echo, this box: heads(200 rows) 2.65ms, decompile warm 30.0ms, decomp_map 45.8ms, full pilot suite ~60s.
