From 6ac7d7a1dbb2092b4a7d7b3b678a6cf403f455ca Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Fri, 20 Dec 2024 19:59:03 +0800 Subject: [GDBJIT] Display DynaRec info in source file (#2179) * [GDBJIT] Display DynaRec info in source file * fix --- src/include/x64trace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/x64trace.h b/src/include/x64trace.h index e7c3efd7..9a1f20a2 100644 --- a/src/include/x64trace.h +++ b/src/include/x64trace.h @@ -13,6 +13,6 @@ void DeleteX86TraceDecoder(zydis_dec_t **dec); zydis_dec_t* InitX64TraceDecoder(box64context_t *context); void DeleteX64TraceDecoder(zydis_dec_t **dec); -const char* DecodeX64Trace(zydis_dec_t *dec, uintptr_t p); +const char* DecodeX64Trace(zydis_dec_t* dec, uintptr_t p, int withhex); #endif //__X64TRACE_H_ \ No newline at end of file -- cgit 1.4.1