https://github.com/blacktop/dbg
Docker gdb/lldb images
https://github.com/blacktop/dbg
docker gdb gef lldb peda pwndbg voltron
Last synced: 4 days ago
JSON representation
Docker gdb/lldb images
- Host: GitHub
- URL: https://github.com/blacktop/dbg
- Owner: blacktop
- License: mit
- Created: 2017-08-13T23:41:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-15T04:40:52.000Z (over 7 years ago)
- Last Synced: 2025-03-30T00:05:34.033Z (29 days ago)
- Topics: docker, gdb, gef, lldb, peda, pwndbg, voltron
- Language: Makefile
- Size: 36.1 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dbg
===[](https://circleci.com/gh/blacktop/dbg)
[](http://doge.mit-license.org)
[](https://store.docker.com/community/images/blacktop/dbg)
[](https://store.docker.com/community/images/blacktop/dbg)> Docker `gdb`/`lldb` images
___### Dependencies
- [ubuntu:xenial (*118 MB*\)](https://hub.docker.com/_/ubuntu/)
### Image Tags
```bash
$ docker imagesREPOSITORY TAG VIRTUAL SIZE
blacktop/dbg voltron 403MB
blacktop/dbg pwndbg 568MB
blacktop/dbg peda 299MB
blacktop/dbg gef 304MB
```### Getting Started
```bash
$ docker run -ti --rm \
--privileged \
--name voltron \
--volume `pwd`:/samples \
--security-opt seccomp:unconfined \
blacktop/dbg:voltron
```> :warning: **NOTE:** you should normally never run docker in this way *(removing all the security features)*, but it is necessary for debugging
### Documentation
- [voltron](docs/voltron.md)
- [pwndbg](docs/pwndbg.md)
- [peda](docs/peda.md)
- [gef](docs/gef.md)### Known Issues
### Issues
Find a bug? Want more features? Find something missing in the documentation? Let me know! Please don't hesitate to [file an issue](https://github.com/blacktop/dbg/issues/new)
### Todo
- [ ] Add docs
### License
MIT Copyright (c) 2017 **blacktop**