jessfraz / dockerfiles

Various Dockerfiles I use on the desktop and on servers.
https://blog.jessfraz.com/post/docker-containers-on-the-desktop/
MIT License
13.65k stars 2.55k forks source link

Adds a ghidra docker image #558

Closed ncatelli closed 3 years ago

ncatelli commented 3 years ago

This PR adds the ghidra disassembler with the intent of using it standalone. Included in the Dockerfile is a run example for a single-user foreground instance.

docker build --build-arg UID=$(id -u) -t ghidra:9.1.2_PUBLIC .
docker run --rm -it \
  -v $PWD:/home/ghidra \ 
  -v /tmp/.X11-unix:/tmp/.X11-unix \
  -e DISPLAY=unix$DISPLAY 
  ghidra:9.1.2_PUBLIC fg Ghidra 768M "" ghidra.GhidraRun