From c2f0ae8ba1256849b835065921accb9fbce9a507 Mon Sep 17 00:00:00 2001 From: "shenping.matt" Date: Wed, 18 Dec 2024 19:45:20 +0800 Subject: [PATCH] Version 1.7.0.22 to be released Signed-off-by: shenping.matt --- driver/LKM/src/init.c | 2 +- driver/LKM/src/smith_hook.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/driver/LKM/src/init.c b/driver/LKM/src/init.c index cb0422089..e38950ae0 100644 --- a/driver/LKM/src/init.c +++ b/driver/LKM/src/init.c @@ -60,7 +60,7 @@ static void __exit kprobes_exit(void) module_init(kprobes_init); module_exit(kprobes_exit); -MODULE_VERSION("1.7.0.21"); +MODULE_VERSION("1.7.0.22"); MODULE_LICENSE("GPL"); MODULE_INFO(homepage, "https://github.com/bytedance/Elkeid/tree/main/driver"); diff --git a/driver/LKM/src/smith_hook.c b/driver/LKM/src/smith_hook.c index fd1be30aa..13019953e 100644 --- a/driver/LKM/src/smith_hook.c +++ b/driver/LKM/src/smith_hook.c @@ -5036,7 +5036,7 @@ static void __init install_kprobe(void) module_param(sid_##name, charp, S_IRUSR|S_IRGRP|S_IROTH) /* latest commit id */ -static char *smith_srcid = SMITH_SRCID(6b3b480a0c12ef8c24cb3417a109d2082b72cfd9); +static char *smith_srcid = SMITH_SRCID(d2effe977bb0090128d7bfcfb725d3a997fff2ca); static int __init kprobe_hook_init(void) {