CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: rapid7/metasploit-framework
Path: blob/master/external/source/exploits/CVE-2017-13861/sandbox.h
Views: 11777
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