In 3.4.2. Build Linux Kernel with the Sample Rootkit to Check Protection Features of Shadow-Box for ARM, we have add
Add the sample rootkit
CONFIG_ADORE_NG=y
to kconfigs/rpi3.conf
but we are not using "make" command after that so while testing, it's saying adore not installed.
So I added CONFIG_ADORE_NG first and then make but now another error is coming
drivers/built-in.o: In function strnstr': adore-ng.c:(.text+0x194b10): multiple definition of strnstr'
lib/lib.a(string.o):string.c:(.text+0x810): first defined here
make[1]: *** [Makefile:949: vmlinux] Error 1
make[1]: Leaving directory '/home/pranav/shadow-box/linux'
make: *** [common.mk:186: linux-common] Error 2
In 3.4.2. Build Linux Kernel with the Sample Rootkit to Check Protection Features of Shadow-Box for ARM, we have add
Add the sample rootkit
CONFIG_ADORE_NG=y
to kconfigs/rpi3.conf
but we are not using "make" command after that so while testing, it's saying adore not installed.
So I added CONFIG_ADORE_NG first and then make but now another error is coming
drivers/built-in.o: In function
strnstr': adore-ng.c:(.text+0x194b10): multiple definition ofstrnstr'lib/lib.a(string.o):string.c:(.text+0x810): first defined here
make[1]: *** [Makefile:949: vmlinux] Error 1
make[1]: Leaving directory '/home/pranav/shadow-box/linux'
make: *** [common.mk:186: linux-common] Error 2