A tool that sends a CTRL+C console event to a target Windows process by attaching to its console.
Find a file
2026-02-12 14:18:32 +08:00
src feat: implement CTRL+C sender 2026-02-12 14:18:32 +08:00
.gitignore feat: implement CTRL+C sender 2026-02-12 14:18:32 +08:00
Cargo.lock feat: implement CTRL+C sender 2026-02-12 14:18:32 +08:00
Cargo.toml feat: implement CTRL+C sender 2026-02-12 14:18:32 +08:00
LICENSE Initial commit 2026-02-12 07:14:36 +01:00
README.md Initial commit 2026-02-12 07:14:36 +01:00

ctrlc_sender

A tool that sends a CTRL+C console event to a target Windows process by attaching to its console.