Skip to content

blacktop/dbg

Repository files navigation

dbg

Circle CI License Docker Stars Docker Pulls

Docker gdb/lldb images


Dependencies

Image Tags

$ docker images

REPOSITORY          TAG                 VIRTUAL SIZE
blacktop/dbg        voltron             403MB
blacktop/dbg        pwndbg              568MB
blacktop/dbg        peda                299MB
blacktop/dbg        gef                 304MB

Getting Started

$ 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

Documentation

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

Todo

  • Add docs

License

MIT Copyright (c) 2017 blacktop

Releases

No releases published

Packages

No packages published