Browse Source

run self test on unhooked code

master
aaaaaa aaaaaaa 6 years ago
parent
commit
117de6e081
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      tester/main.cpp

+ 2
- 0
tester/main.cpp View File

@@ -19,6 +19,8 @@ int main(int argc, char** argv) {
g_MinHook
};

SelfTest();

for(auto&& x : engines) {
if (!x->hook_all()) {
std::cerr << x->name() << " can't hook\n";

Loading…
Cancel
Save