mirror of
https://github.com/Mr-xn/Penetration_Testing_POC.git
synced 2026-05-26 08:15:17 +08:00
add macOS-Kernel-Exploit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// ROP Helpers
|
||||
|
||||
void __attribute__((naked)) swapgs() {
|
||||
__asm__ __volatile__("swapgs; ret ");
|
||||
}
|
||||
Reference in New Issue
Block a user