From 9cfb87f9bd4b9469a8da639740c28cf4f80ebb91 Mon Sep 17 00:00:00 2001 From: "qcqcqc@wsl" <1220204124@zust.edu.cn> Date: Wed, 23 Apr 2025 17:48:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E5=BE=84=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/pkg/constants/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/pkg/constants/constants.go b/shared/pkg/constants/constants.go index f1d090b..3dc28b7 100644 --- a/shared/pkg/constants/constants.go +++ b/shared/pkg/constants/constants.go @@ -10,7 +10,7 @@ const ( ShmKey = 0x78945 // 共享内存的键值 ShmSize = 1024 * 1024 // 共享内存的大小(字节) - SoPath = "/tmp/bash_hook" // 共享库路径 + SoPath = "/tmp/exec_hook" // 共享库路径 SoName = "intercept.so" // Hook 文件名称 UpdateInfoFileName = "update_info.bin" // 更新信息文件名称 )