Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 411 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 411 Bytes

GEF-Docker

The GEF backend for Docker

How to compile

You should add the current directory to your GOPATH, then simply run

make build

The GEF binary executable should be generated in /bin

To generate a binary for linux, run

make build-linux

Then you can use the script onchanged-gef-docker.sh to monitor the changes, and copy the binary to target VM automatically.