A Syscall to change the NX flags of a region of code
Shellcode Bypass
- Trick program into
mprotect(PROT_EXEC)-ing our shellcode - Jump into the shellcode We can do this with code reuse through ROP
A Syscall to change the NX flags of a region of code
mprotect(PROT_EXEC)-ing our shellcode