preserve hardened USB smoke evidence

This commit is contained in:
Jay
2026-08-17 17:37:39 -04:00
parent 73e5680fc3
commit 00f52ecf0f
7 changed files with 93 additions and 22 deletions
+5 -1
View File
@@ -141,9 +141,13 @@ optional `--wire` path preserves every received byte, including startup text and
damaged or partial frames, for forensic comparison:
```sh
python tools/capture_binary.py --wire captures/session.wire
python tools/capture_binary.py --reset --wire captures/session.wire
```
`--reset` normalizes the USB DTR/RTS state, clears bytes from the prior session,
and resets the C3 while the new capture is already open. Omit it when attaching
to an intentionally uninterrupted stream.
An existing `.trk` stream can be decoded again without hardware:
```sh