4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / build.sh SH
#!/bin/bash
set -xe
gcc -o throw ./exploit/throw.c
gcc -o spy ./exploit/spy.c
gcc -o watch ./exploit/watch.c