VirtualTam's bookmarks

  1. Each challenge is a computer program of two or more threads. You take the role of the Scheduler. Your objective is to exploit flaws in the programs to make them crash or otherwise malfunction.

  2. 1$ gdb --args python script.py
    2[... GDB info ...]
    3(gdb) run
    4[... oooh crashes \o/ ...]
    5(gdb)
    
  3. 2016-02-15