Sui Basecamp CTF WriteUp by zeroc
brew install libpq
brew link --force libpq
docker build -t . sui-postgres
docker run -d -p 5432:5432 --name test sui-postgres:latest
cd xxx/framework && cargo r --release
Caution
This repo has been archived and you can find new writeups at here