Cleaned unnecessary files, new gitignore for previous clones

This commit is contained in:
h3xduck
2022-06-25 12:11:04 -04:00
parent e3e7b20f83
commit 102b72af05
69 changed files with 15 additions and 167339 deletions

View File

@@ -1,14 +0,0 @@
#ifndef __MAP_PROT_H
#define __MAP_PROT_H
#include "headervmlinux.h"
/*PRIVATE MAPS*/
//Any attempt to access these maps will be blocked by the rootkit
//Exclusive to bpf, see /src/bpf/defs.h
/*PROTECTED MAPS*/
//Any attempt to access these maps will be blocked by the rootkit if the program is not whitelisted
#endif