修复hash_32的bug,增加进程监控(没做完,还需要加一些东西)

This commit is contained in:
huoji
2023-05-08 22:44:27 +08:00
parent 7484922894
commit 7f1d3e37d3
48 changed files with 226 additions and 3350 deletions

4
linux_kernel/hook.h Normal file
View File

@@ -0,0 +1,4 @@
#pragma once
#include "head.h"
extern bool init_hooks(void);
extern void uninstall_hooks(void);