From f2a649e1efa1b34a97c6a5c1caa5de7bd353bf95 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Tue, 3 Dec 2013 12:21:01 +0800 Subject: [PATCH] cs_insn.address also needs to be changed after the change on @offset of cs_disasm*() API --- include/capstone.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/capstone.h b/include/capstone.h index 216215f92..d4e881bf4 100644 --- a/include/capstone.h +++ b/include/capstone.h @@ -52,7 +52,7 @@ typedef struct cs_insn { unsigned int id; // Offset address of this instruction - size_t address; + uint64_t address; // Size of this instruction uint16_t size;