diff options
| author | Yang Liu <liuyang22@iscas.ac.cn> | 2024-12-20 19:59:03 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-20 12:59:03 +0100 |
| commit | 6ac7d7a1dbb2092b4a7d7b3b678a6cf403f455ca (patch) | |
| tree | 2cd75b20125c599d953ca36439748832c92c676a /src/include | |
| parent | 291db1530cb122e7235ceb707125caf44ac4560c (diff) | |
| download | box64-6ac7d7a1dbb2092b4a7d7b3b678a6cf403f455ca.tar.gz box64-6ac7d7a1dbb2092b4a7d7b3b678a6cf403f455ca.zip | |
[GDBJIT] Display DynaRec info in source file (#2179)
* [GDBJIT] Display DynaRec info in source file * fix
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/x64trace.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |