add backwards mhook tests
This commit is contained in:
@@ -9,4 +9,8 @@ typedef uint64_t (*TypeRip_relative)(void);
|
||||
|
||||
typedef void (*TypeAVX)(float num, void* res);
|
||||
|
||||
typedef uint32_t (*TypeRDRAND)(void);
|
||||
typedef uint32_t (*TypeRDRAND)(void);
|
||||
|
||||
typedef uint32_t (*TypeLoop)(uint32_t num, uint32_t cnt);
|
||||
|
||||
typedef uint32_t (*TypeTailRecursion)(uint32_t x);
|
||||
Reference in New Issue
Block a user