metasploit-framework/external/source/exploits/CVE-2016-4669/shell.h

9 lines
111 B
C

#ifndef SHELL_H
#define SHELL_H
#include "utils.h"
void shell_main(addr_t self_space, addr_t slide);
#endif