Skip to content

Instantly share code, notes, and snippets.

View 3UR's full-sized avatar
:octocat:

3UR

:octocat:
  • Tokyo
View GitHub Profile
@3UR
3UR / gspoc.txt
Last active June 12, 2024 08:33 — forked from carrot-c4k3/gspoc.txt
Game Script native code execution PoC
This file has been truncated, but you can view the full file.
// native code exec PoC via Game Script - @carrot_c4k3 (exploits.forsale)
//
// sample shellcode: mov rax, 0x1337; ret;
// drop your own shellcode inplace here