/NotThatNiceLookingDebugger

A not that nice looking Linux debugger developed mainly for research and educational purposes.

Primary LanguageC++MIT LicenseMIT

NotThatNiceLookingDebugger

A not that nice looking linux debugger written in C++.
Developed mainly for educational and research purposes.

Requirements

  • CMake & Make
  • libelfin installed

Initialization

git clone https://github.com/morbyosef/NotThatNiceLookingDebugger.git 
cd NotThatNiceLookingDebugger
mkdir Build
cd Build
cmake .. 
make  

Usage

./Debugger <executable>
Type help in the debugger for description about commands.

This project is using: