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
- Host: GitHub
- URL: https://github.com/bannsec/autopwn-stage-gdb
- Owner: bannsec
- Created: 2019-02-25T15:40:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-23T22:08:25.000Z (over 5 years ago)
- Last Synced: 2025-02-15T03:16:51.695Z (over 1 year ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```