|
|
||
|---|---|---|
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
| build.rs | ||
| rust-toolchain.toml | ||
README.md
BDB (Bad Debugger)
Small project to learn how debuggers work by playing around with ptrace()
Additional dependencies
The build script creates example assembly and C programs to debug. For that it needs nasm, gcc and ld installed.
Everything else should be handled by cargo.