linux-rootkit

Feature-rich interactive rootkit that targets Linux kernel 4.19, accompanied by a dynamic kernel memory analysis GDB plugin for in vivo introspection (e.g. using QEMU)
git clone git://git.deurzen.net/linux-rootkit
Log | Files | Refs

modhide.h (130B)


      1 #ifndef _GROUP7_MODHIDE_H
      2 #define _GROUP7_MODHIDE_H
      3 
      4 void hide_module(void);
      5 void unhide_module(void);
      6 
      7 #endif//_GROUP7_MODHIDE_H