simple_tests with mhook

This commit is contained in:
2017-12-27 19:07:15 +01:00
parent 72af6439a7
commit 72b73ee462
8 changed files with 64 additions and 14 deletions

View File

@@ -1,4 +1,8 @@
#pragma once
#include "../test_cases/test_cases.h"
typedef uint64_t(*TypeSmall)(void);
typedef uint64_t(*TypeSmall)(void);
typedef uint64_t (*TypeBranch)(uint64_t);
typedef uint64_t (*TypeRip_relative)(void);