Skip to content

Instantly share code, notes, and snippets.

@blogdarkspot
Last active July 13, 2017 02:09
Show Gist options
  • Save blogdarkspot/cd34538142d90e6015e006f2c9950ad4 to your computer and use it in GitHub Desktop.
Save blogdarkspot/cd34538142d90e6015e006f2c9950ad4 to your computer and use it in GitHub Desktop.
#ifndef __ENTRYPOINT_H_
#define __ENTRYPOINT_H_
extern "C"
{
DECLSPEC bool StartDLL();
DECLSPEC bool StopDLL();
DECLSPEC bool InjectMock(void *mock);
}
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment