This is a small project for a research paper on building Linux debuggers, the folder src contains basic Linux debugger blocks.
To build the project, you need gcc and as (GNU Assembler) or any compatible alternative, then you can use make as:
$ cd /path/to/src/
$ make