From 63cb8f48a63adb8614ff87801ef5ea3466990b8f Mon Sep 17 00:00:00 2001 From: labbbirder <60392104+labbbirder@users.noreply.github.com> Date: Wed, 24 Apr 2024 19:50:15 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=87=86=E7=A1=AE=E7=94=A8=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c40272e..9f1e1b5 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ HookTool.Install(); TargetMethod(); // not hooked ``` -此问题在不同的cpu上会有不同的表现。在Install时可以使用extern调用`mfence`的方式保证icache有效性。 +此问题在不同的cpu上会有不同的表现。在Install时可以使用`P/Invoke`调用`mfence`的方式保证icache有效性。 ### 2.7 Jit code共享(函数体修改副作用)