Files
metasploit-gs/external/source/exploits/CVE-2016-4669/shell.h
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
111 B
C
Raw Normal View History

2020-07-27 14:08:37 +08:00
#ifndef SHELL_H
#define SHELL_H
#include "utils.h"
void shell_main(addr_t self_space, addr_t slide);
#endif