This commit is contained in:
2017-12-27 20:37:03 +01:00
parent 605d03c0f5
commit 90a7e57dd7
5 changed files with 167 additions and 1 deletions

View File

@@ -8,11 +8,13 @@
#pragma comment(lib, "..\\x64\\debug\\test_cases.lib")
extern AbstractHookEngine* g_mhook;
extern AbstractHookEngine* g_mhook,
*g_PolyHook;
int main(int argc, char** argv) {
AbstractHookEngine* engines[] = {
g_mhook,
g_PolyHook
};
for(auto&& x : engines) {