Last active
July 13, 2017 02:09
-
-
Save blogdarkspot/cd34538142d90e6015e006f2c9950ad4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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