fmem
fmem copied to clipboard
Linux Kernel Module designed to help analyze volatile memory in the linux kernel
Can't install fmem on Centos 6.3 any assistance would be greatly appreciated **Make Output:** rm -f *.o *.ko *.mod.c Module.symvers Module.markers modules.order \.*.o.cmd \.*.ko.cmd \.*.o.d rm -rf \.tmp_versions make -C...
```bash [root@test-01 fmem]# make rm -f *.o *.ko *.mod.c Module.symvers Module.markers modules.order \.*.o.cmd \.*.ko.cmd \.*.o.d rm -rf \.tmp_versions make -C /lib/modules/`uname -r`/build SUBDIRS=`pwd` modules make[1]: Entering directory `/usr/src/kernels/5.1.14-1.el7.elrepo.x86_64' /usr/src/kernels/5.1.14-1.el7.elrepo.x86_64/Makefile:205: =================...
Please provide me access permission to run the fmem 
Since in Kernel 6.4 class create only accepts one argument this had to be changed. Backwards compatibility has also been implemented but not tested. Still works as expteced under arch...