Skip to content

Instantly share code, notes, and snippets.

@abhisek
Created April 20, 2020 16:31
Show Gist options
  • Save abhisek/b10e4142854ac92af8b578adde3f0e4e to your computer and use it in GitHub Desktop.
Save abhisek/b10e4142854ac92af8b578adde3f0e4e to your computer and use it in GitHub Desktop.
Ghidra in docker
ghidra () {
del_stopped ghidra
xhost +local:root
docker run --init -it --rm --name ghidra --cpus 2 --memory 4g -e MAXMEM=4G -v /etc/localtime:/etc/localtime:ro -v /tmp/.X11-unix:/tmp/.X11-unix -v "${HOME}/.gtkrc:/root/.gtkrc" -e "DISPLAY=unix${DISPLAY}" -v /home/user1/Work/ghidra/conf/.ghidra:/root/.ghidra -v /home/user1/Work/ghidra:/root/storage blacktop/ghidra
xhost -local:root
}
ghidra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment