about summary refs log tree commit diff stats
path: root/src/include/x64trace.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/x64trace.h')
-rw-r--r--src/include/x64trace.h1
1 files changed, 1 insertions, 0 deletions
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