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

https://github.com/bannsec/autopwn-stage-gdb

GDB builder stage
https://github.com/bannsec/autopwn-stage-gdb

Last synced: 6 months ago
JSON representation

GDB builder stage

Awesome Lists containing this project

README

          

Intended to be used as a stage builder for autoPwn.

```
COPY --from=bannsec/autopwn-stage-gdb /opt/gdb/. /usr/.
```

Be sure to have dependent libs:

```
apt-get install -y libbabeltrace1 libipt1
```