inital commit of the tester
This commit is contained in:
11
tester/mhook.h
Normal file
11
tester/mhook.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
class MHook : public AbstractHookEngine {
|
||||
public:
|
||||
bool hook_all();
|
||||
bool unhook_all();
|
||||
bool all_hooked();
|
||||
|
||||
MHook() : AbstractHookEngine("MHook") {
|
||||
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user