Docker
gdb
/lldb
images
$ 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
⚠️ 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
- Add docs
MIT Copyright (c) 2017 blacktop