add advanced_instructions with mhook

This commit is contained in:
2017-12-27 19:14:52 +01:00
parent c56030a7d1
commit 21fa828b4c
4 changed files with 32 additions and 2 deletions

View File

@@ -5,4 +5,8 @@ typedef uint64_t(*TypeSmall)(void);
typedef uint64_t (*TypeBranch)(uint64_t);
typedef uint64_t (*TypeRip_relative)(void);
typedef uint64_t (*TypeRip_relative)(void);
typedef void (*TypeAVX)(float num, void* res);
typedef uint32_t (*TypeRDRAND)(void);