suterusu icon indicating copy to clipboard operation
suterusu copied to clipboard

An LKM rootkit targeting Linux 2.6/3.x on x86(_64), and ARM

Results 5 suterusu issues
Sort by recently updated
recently updated
newest added

make android-arm KDIR=/lib/modules/`uname -r`/build HOOKRW=1 insmod suterusu.ko phenomenon: Frozen screen, dmesg --clear && dmesg --follow have not any output. analyze: inline void arm_write_hook ( void *target, char *code ) {...

I use the same way to cross-compile hello.ko, and it works. ![微信图片_20200428195058](https://user-images.githubusercontent.com/38527279/80484065-b0ebf500-8989-11ea-8cb7-3d90e35de555.png) but the suterusu.ko doesn't work. ![微信图片_20200428195310](https://user-images.githubusercontent.com/38527279/80484212-ea246500-8989-11ea-9537-9247b43c3cbd.png) Are there any suggestions? Thanks a lot!

Hi, I'm trying it on the 4.4.0 arm linux and it couldn't be compiled, saying that > main.c:255:28: error: ‘struct file’ has no member named ‘f_dentry’ > afinfo = PDE_DATA(filep->f_dentry->d_inode);...

I use this command to compile: ```bash make linux-x86_64 KDIR=/lib/modules/$(uname -r)/build ``` When i ``` insmod suterusu.ko ```,i get this error in dmesg: ``` [ 929.932188] ia32_sys_call_table obtained at (null)...

If the host uses gcc 6 compiler, the compiler shows error as follows. >/home/user/suterusu/common.h:44:23: error: conflicting types for ‘sys_call_table’ > extern unsigned long *sys_call_table; > ^~~~~~~~~~~~~~ >In file included from...