Barakat / linux-debug-samples

This repository holds a number of C code samples related to debugging on Linux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

This is a small project for a research paper on building Linux debuggers, the folder src contains basic Linux debugger blocks.

Build

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

About

This repository holds a number of C code samples related to debugging on Linux.

License:The Unlicense


Languages

Language:C 89.7%Language:Assembly 5.2%Language:Makefile 5.1%