From d281e5233f304dab603d638a623ae54af8117ce7 Mon Sep 17 00:00:00 2001 From: comex Date: Sat, 17 Jan 2015 22:24:13 -0500 Subject: improve test; thumb2 fixes --- lib/transform-dis.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lib/transform-dis.h (limited to 'lib/transform-dis.h') diff --git a/lib/transform-dis.h b/lib/transform-dis.h new file mode 100644 index 0000000..28e5d72 --- /dev/null +++ b/lib/transform-dis.h @@ -0,0 +1,10 @@ +#pragma once +#include +#include + +int transform_dis_main(const void *restrict code_ptr, + void **restrict rewritten_ptr_ptr, + uintptr_t pc_patch_start, + uintptr_t pc_patch_end, + bool pc_low_bit, + int *offset_by_pcdiff); -- cgit v1.2.3