From eb93cee2a22cde812ccd6b9bd418d36185c058f5 Mon Sep 17 00:00:00 2001 From: comex Date: Sun, 8 Feb 2015 23:45:24 -0500 Subject: Refactor disassembly so x86 works, and add x86 transform-dis. This patch is a monolithic mess, because I was too lazy to do the refactor first (that would require some stash fun, since I wasn't actually sure before doing x86 transform-dis what would be needed). Anyway, the resulting code should be cleaner - less duplication. This breaks ARM/ARM64. --- lib/jump-dis.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/jump-dis.h') diff --git a/lib/jump-dis.h b/lib/jump-dis.h index 575a84d..fccd1a6 100644 --- a/lib/jump-dis.h +++ b/lib/jump-dis.h @@ -1,6 +1,7 @@ #pragma once #include #include +#include stringify(TARGET_DIR/arch-dis.h) bool jump_dis_main(void *code_ptr, uintptr_t pc_patch_start, uintptr_t pc_patch_end, struct arch_dis_ctx initial_dis_ctx); -- cgit v1.2.3