Files
CopilotGitHubcopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
6693085677 Consolidate scattered CVE/exploit dirs and restore Markdown link format in README (#78)
* chore: consolidate CVE and exploit directories and update README links

* fix: revert README links from HTML anchors back to Markdown format

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2026-07-04 15:42:15 +08:00

5 lines
98 B
C

// ROP Helpers
void __attribute__((naked)) swapgs() {
__asm__ __volatile__("swapgs; ret ");
}