m0nad / Diamorphine

LKM rootkit for Linux Kernels 2.6.x/3.x/4.x/5.x/6.x (x86/x86_64 and ARM64)
Other
1.79k stars 425 forks source link

linux 6.3 can support #39

Closed clywm520 closed 11 months ago

clywm520 commented 1 year ago

linux 6.3 can support?

m0nad commented 11 months ago

I just tested on Linux fedora 6.4.15-200.fc38.x86_64 and everything worked as expected. So, yes :)

clywm520 commented 11 months ago

make[1]: 进入目录“/usr/src/kernels/6.3.0-1.el7.elrepo.x86_64”

ERROR: Kernel configuration is invalid. include/generated/autoconf.h or include/config/auto.conf are missing. Run 'make oldconfig && make prepare' on kernel src to fix it.

make[1]: [Makefile:801:include/config/auto.conf] 错误 1 make[1]: 离开目录“/usr/src/kernels/6.3.0-1.el7.elrepo.x86_64” make: [Makefile:7:all] 错误 2

clywm520 commented 11 months ago

centos7

clywm520 commented 11 months ago

已经验证6.4.13内核是OK的

m0nad commented 11 months ago

Make sure you have the kernel-devel package installed: sudo yum install kernel-devel