路径调整

This commit is contained in:
Pan Qiancheng 2025-04-23 17:48:59 +08:00
parent 7d77c78db8
commit 9cfb87f9bd
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ const (
ShmKey = 0x78945 // 共享内存的键值 ShmKey = 0x78945 // 共享内存的键值
ShmSize = 1024 * 1024 // 共享内存的大小(字节) ShmSize = 1024 * 1024 // 共享内存的大小(字节)
SoPath = "/tmp/bash_hook" // 共享库路径 SoPath = "/tmp/exec_hook" // 共享库路径
SoName = "intercept.so" // Hook 文件名称 SoName = "intercept.so" // Hook 文件名称
UpdateInfoFileName = "update_info.bin" // 更新信息文件名称 UpdateInfoFileName = "update_info.bin" // 更新信息文件名称
) )