https://github.com/abhishekshree/dedebugger
https://github.com/abhishekshree/dedebugger
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abhishekshree/dedebugger
- Owner: abhishekshree
- License: mit
- Created: 2023-12-12T05:07:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-13T16:55:14.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T09:48:56.691Z (11 months ago)
- Language: Go
- Size: 1.04 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# smol-gdb
An attempt to make a (buggy) debugger after knowing a bit about it in CS455A.
### Steps to run
```sh
go run main.go ./testfile/testfile
```
- Set breakpoints, explore the dummy binary created. It can be any go binary (can work with any binary with the `LookupFunc` changed).