From ab5c42f0dcc90d1452103bd2dd763a095c8f0144 Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Mon, 9 Jun 2025 23:13:14 +0800 Subject: [TRACE] Added support for libzydis v4.x and removed the in-house zydis header (#2720) * [TRACE] Exclude non-trace build from relying on in-house Zydis header * [TRACE] Upgrade zydis to version 4.x * [TRACE] Update docs * [TRACE] Update CI * [TRACE] No reason to drop 3.x support --- docs/COMPILE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/COMPILE.md') diff --git a/docs/COMPILE.md b/docs/COMPILE.md index 14cba09d..050fff31 100644 --- a/docs/COMPILE.md +++ b/docs/COMPILE.md @@ -260,7 +260,7 @@ Add `-DCMAKE_BUILD_TYPE=RelWithDebInfo` option for an optimized build with debug #### Build with trace -To have a trace enabled build (***the interpreter will be slightly slower***), add `-DHAVE_TRACE=1`. You will need the [Zydis library](https://github.com/zyantific/zydis) in your `LD_LIBRARY_PATH` or in the system library folders at runtime to get x86 trace. Use version v3.2.1, as later versions have changed the API and no longer work with box64. +To have a trace enabled build (***the interpreter will be slightly slower***), add `-DHAVE_TRACE=1`. You will need the [Zydis library](https://github.com/zyantific/zydis) devel package installed (`apt install libzydis-dev` on Debian for example). #### Build DynaRec -- cgit 1.4.1