nullcon2023-chall-spygame

Python C-binding object leak challenge for NullCon 2023 Berlin
git clone https://git.sinitax.com/sinitax/nullcon2023-chall-spygame
Log | Files | Refs | sfeed.txt

docker-compose.yml (78B)


      1version: "3"
      2services:
      3  spygame:
      4    build: .
      5    ports:
      6      - "9090:9090"