From 78a9069ba069493304aad2d26cfcdbd1f43a2caf Mon Sep 17 00:00:00 2001 From: "shenping.matt" Date: Fri, 1 Mar 2024 10:34:00 +0800 Subject: [PATCH] version updated to 1.9.1.5 Rules about Elkeid/LKM version: https://bytedance.larkoffice.com/docs/doccnfnKqThFa4nSuGf0eQabVIg Signed-off-by: shenping.matt --- driver/LKM/include/kprobe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/LKM/include/kprobe.h b/driver/LKM/include/kprobe.h index 71109379b..89828c975 100644 --- a/driver/LKM/include/kprobe.h +++ b/driver/LKM/include/kprobe.h @@ -29,6 +29,6 @@ extern const struct kprobe_initcall KPROBE_CALL(filter); extern const struct kprobe_initcall KPROBE_CALL(anti_rootkit); extern const struct kprobe_initcall KPROBE_CALL(kprobe_hook); -#define SMITH_VERSION "1.9.0.4" +#define SMITH_VERSION "1.9.1.5" #endif /* __KPROBE_TEMPLATE_H */