去掉r0的hook,增加IP屏蔽记录

This commit is contained in:
huoji
2023-11-17 04:06:33 +08:00
parent 49904f5cb5
commit 6bac06d28a
41 changed files with 270150 additions and 48 deletions

View File

@@ -3,9 +3,9 @@
# 设定变量
MODULE_NAME=safe_duck
TARGET_DIR="/run/user/1000/gvfs/smb-share:server=192.168.1.2,share=dev_share"
cmake build;
cd build;
TARGET_DIR="/run/user/1000/gvfs/smb-share:server=192.168.1.3,share=dev_share"
cmake .;
# cd build;
# 编译模块
if make; then