Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
rapid7
GitHub Repository: rapid7/metasploit-framework
Path: blob/master/external/source/exploits/CVE-2016-4669/shell.h
21463 views
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