diff options
author | comex | 2015-01-17 14:56:03 -0500 |
---|---|---|
committer | comex | 2015-01-17 14:56:03 -0500 |
commit | 96e2b019e525b81a33bae5e6aeafc0e667f04f20 (patch) | |
tree | 2fe5160dc57bffa95cbd80a2184fa539a06b76b8 /lib/jump-dis.h | |
parent | interpose works; add test (diff) | |
download | substitute-96e2b019e525b81a33bae5e6aeafc0e667f04f20.tar.gz |
reorganization
Diffstat (limited to 'lib/jump-dis.h')
-rw-r--r-- | lib/jump-dis.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/jump-dis.h b/lib/jump-dis.h new file mode 100644 index 0000000..c567096 --- /dev/null +++ b/lib/jump-dis.h @@ -0,0 +1,5 @@ +#pragma once +#include <stdint.h> +#include <stdbool.h> + +bool jump_dis_main(void *code_ptr, uintptr_t pc_patch_start, uintptr_t pc_patch_end, bool pc_low_bit); |