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-2016-4669/shell.h
Views: 11777
1
#ifndef SHELL_H
2
#define SHELL_H
3
4
#include "utils.h"
5
6
void shell_main(addr_t self_space, addr_t slide);
7
8
#endif
9
10