mncoppola / suterusu

An LKM rootkit targeting Linux 2.6/3.x on x86(_64), and ARM
MIT License
641 stars 210 forks source link

aarch64 linux 4.4.1 Frozen screen #16

Open haiyiyang007 opened 4 years ago

haiyiyang007 commented 4 years ago

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 ) { memcpy(target, code, HIJACK_SIZE); cacheflush(target, HIJACK_SIZE); } memcpy is root cause. I am comfused, Would you help me to fix it?