Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
rapid7
GitHub Repository: rapid7/metasploit-framework
Path: blob/master/external/source/exploits/CVE-2017-13861/sandbox.h
21463 views
1
#include <stdint.h>
2
3
uint64_t unsandbox(pid_t pid);
4
int sandbox(pid_t pid, uint64_t sb);
5
int rootify(pid_t pid);
6
7
8