From 1b47fd952caa889c252223b1996a06444d10e2fc Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 17 Jun 2023 12:08:43 +0200 Subject: Added ability to trace and dump 32bits code --- src/include/box64context.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/box64context.h') diff --git a/src/include/box64context.h b/src/include/box64context.h index 2f82e010..954d93cb 100755 --- a/src/include/box64context.h +++ b/src/include/box64context.h @@ -185,6 +185,7 @@ typedef struct box64context_s { int clean_cap; zydis_dec_t *dec; // trace + zydis_dec_t *dec32; // trace int forked; // how many forks... cleanup only when < 0 -- cgit 1.4.1