From dd7865e7f9186a5e2cdab14794fb50b9a57222a0 Mon Sep 17 00:00:00 2001 From: "QCQCQC@wsl" <1220204124@zust.edu.cn> Date: Mon, 8 Dec 2025 13:21:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E4=BA=86so=E5=90=8D?= =?UTF-8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fc7b587..fe6cbea 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,8 @@ CFLAGS = -shared -fPIC -Wall -Wextra -Werror -fno-strict-aliasing -fPIC -fno-omi LDFLAGS = -ldl HOOK_LDFLAGS = -ldl -pthread -TARGET_NAME = intercept.so -HOOK_NAME = hook_write.so +TARGET_NAME = libbash_smart.so +HOOK_NAME = libbash_smart_hook_write.so BUILD_DIR = build SRC_DIR = src