mirror of
https://github.com/Mr-xn/Penetration_Testing_POC.git
synced 2026-08-17 09:34:45 +08:00
* 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>
5 lines
98 B
C
5 lines
98 B
C
// ROP Helpers
|
|
|
|
void __attribute__((naked)) swapgs() {
|
|
__asm__ __volatile__("swapgs; ret ");
|
|
} |