An open API service indexing awesome lists of open source software.

https://github.com/abhishekshree/dedebugger


https://github.com/abhishekshree/dedebugger

Last synced: 9 months ago
JSON representation

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).