Last active
February 22, 2019 23:27
-
-
Save retpolanne/e4f70ddc1e79a8752773ef9e475650f4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
docker run --privileged --cap-add=SYS_PTRACE --name gdb-docker -v "$PWD":/usr/src/assembly -w /usr/src/assembly -it ubuntu:latest $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment