Go to file
Elnath 37ace245b3 Custom error class and better error handling in main using thiserror and anyhow 2025-04-19 17:46:33 +02:00
src Custom error class and better error handling in main using thiserror and anyhow 2025-04-19 17:46:33 +02:00
.gitignore Initial commit 2025-04-18 14:14:26 +02:00
Cargo.lock Custom error class and better error handling in main using thiserror and anyhow 2025-04-19 17:46:33 +02:00
Cargo.toml Custom error class and better error handling in main using thiserror and anyhow 2025-04-19 17:46:33 +02:00
README.md Added README 2025-04-19 01:07:09 +02:00
build.rs Easier way to choose which example program to debug 2025-04-18 23:38:44 +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()