Docker
gdb/lldbimages
$ docker images
REPOSITORY TAG VIRTUAL SIZE
blacktop/dbg voltron 403MB
blacktop/dbg pwndbg 568MB
blacktop/dbg peda 299MB
blacktop/dbg gef 304MB
$ 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
Find a bug? Want more features? Find something missing in the documentation? Let me know! Please don't hesitate to file an issue
MIT Copyright (c) 2017 blacktop
Content type
Image
Digest
Size
168.5 MB
Last updated
about 9 years ago
docker pull blacktop/dbg:voltron