docker-ghidra icon indicating copy to clipboard operation
docker-ghidra copied to clipboard

Ghidra Client/Server Docker Image

Results 5 docker-ghidra issues
Sort by recently updated
recently updated
newest added

Image: `blacktop/ghidra:latest` command: ``` $ docker run --init -it --rm \ --name ghidra-server \ --cpus 2 \ --memory 500m \ -p 13100-13102:13100-13102 \ -e MAXMEM=500M \ -e GHIDRA_USERS="mart" \ -v...

Allows user management purely from environment variables. This allows anyone deploying the server the ability to add or remove users easily. If you unset the environment variable and redeploy, it...

* .gitignore: Use defaults from `gitignore.io` for common editors and environments * Dockerfile.beta: grab the tarball of the Ghidra source versus getting the entire Git histroy unnecessarily (10 sec versus...

This container defaults to `0.0.0.0` for the server, which is great and works well as a default. Unfortunately, having this set causes Ghidra to try and use OpenDNS to figure...

Is there any way to enable the `-anonymous` option on the server in the container? I can't seem to find a way to do it. The way the server accepts...