- Programming Language: C
- Key Technologies: ptrace, parsing ELF
- Version: 1.0
- Main Features: Breakpoints, resume execution, etc.
- Architecture: x86-64
-
Give execute permission to the
build.shscript:chmod 777 build.sh
-
Execute the
build.shscript:./build.sh
To use the debugger, run:
156dbg <file path>- Developed basic execution flow-related features
ni(next instruction): Execute the next instructionsi(step instruction): Execute step by stepbreakpoint: Set and manage breakpointscontinue: Resume paused executionstart: Start program execution
- Added process protection technique checks
- Fixed
no pieprocess error