Go to file
Elnath 99999346ed Stepi now returning running state for handling program exit 2025-05-17 18:09:57 +02:00
src Stepi now returning running state for handling program exit 2025-05-17 18:09:57 +02:00
.gitignore Initial commit 2025-04-18 14:14:26 +02:00
Cargo.lock Stepi now returning running state for handling program exit 2025-05-17 18:09:57 +02:00
Cargo.toml Stepi now returning running state for handling program exit 2025-05-17 18:09:57 +02:00
README.md Added README 2025-04-19 01:07:09 +02:00
build.rs Fixed build script: was not waiting for subcommands to finish 2025-04-19 18:31:01 +02:00
rust-toolchain.toml Initial commit 2025-04-18 14:14:26 +02:00

README.md

BDB (Bad Debugger)

Small project to learn how debuggers work by playing around with ptrace()