The Wayback Machine - https://web.archive.org/web/20201031043147/https://github.com/blacktop/dbg
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

About

Docker gdb/lldb images

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.