项目地址 https://github.com/m0nad/Diamorphine
Diamorphine 中文名 海洛因
是一个rootkit工具
发送信号
kill -63 <pid>
验证内核是否为 2.6.x/3.x/4.x/5.x
uname -r
Clone the repository 克隆存储库
git clone https://github.com/m0nad/Diamorphine
Enter the folder 进入文件夹
cd Diamorphine
Compile 编译
make
Load the module(as root) 加载模块(以 root 身份)
insmod diamorphine.ko
模块开始时不可见,要删除您需要使其可见
kill -63 0
然后删除模块(作为 root)
rmmod diamorphine