Files
metasploit-gs/external/source/exploits/CVE-2017-13861/sandbox.h
T
2019-06-02 10:19:24 +08:00

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);