├── README.md └── stash └── CVE-2012-0217-sysret ├── CVE-2012-0217-sysret_FreeBSD.c ├── trampolinecode_FreeBSD.asm └── trigger_FreeBSD.asm /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iZsh/exploits/HEAD/README.md -------------------------------------------------------------------------------- /stash/CVE-2012-0217-sysret/CVE-2012-0217-sysret_FreeBSD.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iZsh/exploits/HEAD/stash/CVE-2012-0217-sysret/CVE-2012-0217-sysret_FreeBSD.c -------------------------------------------------------------------------------- /stash/CVE-2012-0217-sysret/trampolinecode_FreeBSD.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iZsh/exploits/HEAD/stash/CVE-2012-0217-sysret/trampolinecode_FreeBSD.asm -------------------------------------------------------------------------------- /stash/CVE-2012-0217-sysret/trigger_FreeBSD.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iZsh/exploits/HEAD/stash/CVE-2012-0217-sysret/trigger_FreeBSD.asm --------------------------------------------------------------------------------