Skip to content

ragibasif/xdbg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xdbg

A minimal memory debugger written in C for educational and recreational purposes.

example

Usage

Clone the repository.

git clone git@github.com:ragibasif/xdbg.git

Place xdbg.h and xdbg.c in your project folder and include the header file.

#define XDBG_ENABLE
#include "xdbg.h"

License

This project is licensed under the MIT license. See the LICENSE file for details.

Acknowledgements