add backwards mhook tests

This commit is contained in:
2017-12-27 19:21:42 +01:00
parent 21fa828b4c
commit 605d03c0f5
4 changed files with 40 additions and 10 deletions

View File

@@ -12,6 +12,9 @@ public:
bool avx;
bool rdrand;
bool loop;
bool tail_recursion;
};
public:
AbstractHookEngine(const char* name) : name_(name) {