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-0040/Library/Library.h
Views: 11784
1
#ifndef __CVE_2016_0040_LIBRARY_H__
2
#define __CVE_2016_0040_LIBRARY_H__
3
4
#include <windef.h>
5
6
BOOLEAN TriggerExploit(VOID);
7
8
#endif //__CVE_2016_0040_LIBRARY_H__
9