Skip to content

Instantly share code, notes, and snippets.

@hacksysteam
Created May 7, 2015 08:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hacksysteam/b93b2e7e5c9be1b605d0 to your computer and use it in GitHub Desktop.
Save hacksysteam/b93b2e7e5c9be1b605d0 to your computer and use it in GitHub Desktop.
Exploit Snippet for Stack Overflow in Windows Kernel bypassing GS
# shellcode start
ring0_shellcode = "\x90" * 8 + "\xcc"
# shellcode end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment