From 5ac53d6be2fd9f1d0c3679fac1cc14259c335243 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 1 Oct 2025 15:56:05 +0200 Subject: [TRACE] Added tooling to check if x86/x64 opcode is valid --- src/include/x64trace.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/x64trace.h b/src/include/x64trace.h index 9a1f20a2..74e092dc 100644 --- a/src/include/x64trace.h +++ b/src/include/x64trace.h @@ -14,5 +14,6 @@ zydis_dec_t* InitX64TraceDecoder(box64context_t *context); void DeleteX64TraceDecoder(zydis_dec_t **dec); const char* DecodeX64Trace(zydis_dec_t* dec, uintptr_t p, int withhex); +int OpcodeOK(zydis_dec_t* dec, uintptr_t p); #endif //__X64TRACE_H_ \ No newline at end of file -- cgit 1.4.1