run self test on unhooked code
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user