Mention additional dependencies in README.

This commit is contained in:
Elnath 2025-05-18 19:56:01 +02:00
parent 00a94cc0d4
commit 620939669d
1 changed files with 5 additions and 1 deletions

View File

@ -1,2 +1,6 @@
# BDB (Bad Debugger)
Small project to learn how debuggers work by playing around with `ptrace()`
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.