Workshop @ NSEC 2024
git clone --recurse-submodules
If you forgot the --recurse-submodules part, you can pull them after cloning:
git submodule update --init --recursive
Installer docker engine
apt install docker.ioAdd your user to docker group (or invoke docker with sudo)
Set proxy IP address and port in http-proxy.conf file
mkdir /etc/systemd/system/docker.service.d/
cp http-proxy.conf /etc/systemd/system/docker.service.d/
systemctl daemon-reload
systemctl restart dockerSet proxy IP address and port in config.json file
Then, copy config.json in $HOME/.docker
mkdir ~/.docker
cp config.json ~/.docker/build docker container
docker build --rm --tag workshop2024 .Run docker container
docker run -it --rm -p 8888:8888 workshop2024Download Ghidra or similar tool - https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.0.3_build/ghidra_11.0.3_PUBLIC_20240410.zip