Added more communication utils between userspace and kernel:

* Included maps and kernel ring buffer communication
* Extended the ebpf structure to include more modules
* New utils in both user and kernelspace
* Other changes
* This update precedes a great effort on researching and learning and linux kernel tracing and studing ebpfkit from defcon. More functionalities should come rather quickly now.
This commit is contained in:
h3xduck
2021-12-29 14:44:09 -05:00
parent 510fc89de0
commit d5478ed7a0
12 changed files with 1014 additions and 793 deletions

View File

@@ -9,7 +9,7 @@
#include <netdb.h>
#include <stdlib.h>
#include "../constants/constants.h"
#include "../common/constants.h"
// For printing with colors
#define KGRN "\x1B[32m"