Created
April 20, 2020 16:31
-
-
Save abhisek/b10e4142854ac92af8b578adde3f0e4e to your computer and use it in GitHub Desktop.
Ghidra in docker
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
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