This website works better with JavaScript.
Home
Explore
Help
Sign In
wacked
/
hook_tests
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
run self test on unhooked code
master
aaaaaa aaaaaaa
6 years ago
parent
2048bdb6e1
commit
117de6e081
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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";
Write
Preview
Loading…
Cancel
Save