metasploit-framework/external/source/exploits/CVE-2017-13861/sandbox.h

7 lines
114 B
C

#include <stdint.h>
uint64_t unsandbox(pid_t pid);
int sandbox(pid_t pid, uint64_t sb);
int rootify(pid_t pid);