OSC escape sequence fuzzer
|
||
---|---|---|
.forgejo/workflows | ||
src | ||
.gitignore | ||
build.zig | ||
build.zig.zon | ||
flake.lock | ||
flake.nix | ||
LICENSE | ||
README.md |
osc-fuzzer
Simple OSC escape sequence fuzzer.
This tries to break/crash terminal emulator by sending plausible, but random(ish) OSC sequences to the terminal. Hopefully your terminal doesn't crash.
The last 1 MiB of data that was produced is saved to a file named /tmp/osc-fuzzer-0x<timestamp>-0x<random seed>.txt
.
A seed can be specified on the command line to replay a particular sequence of OSC sequences.