A not that nice looking linux debugger written in C++.
Developed mainly for educational and research purposes.
- CMake & Make
- libelfin installed
git clone https://github.com/morbyosef/NotThatNiceLookingDebugger.git
cd NotThatNiceLookingDebugger
mkdir Build
cd Build
cmake ..
make
./Debugger <executable>
Type help in the debugger for description about commands.