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

README (302B)


      1I made a fun and simple game! Find the two numbers in the given list which
      2are swapped fast enough and I'll reward you with a flag :)
      3
      4Im kind of n00b when it comes to python, so I decided to write most of
      5my game in C. I heard python uses C under the hood all the time..
      6what could possibly go wrong?