fmem icon indicating copy to clipboard operation
fmem copied to clipboard

Linux Kernel Module designed to help analyze volatile memory in the linux kernel

Results 4 fmem issues
Sort by recently updated
recently updated
newest added

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 ![fmem req](https://github.com/user-attachments/assets/905109d9-d710-4c03-a1cd-58d364235d73)

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...