Files
safe_duck/linux_kernel/hook.h

5 lines
96 B
C

#pragma once
#include "head.h"
extern bool init_hooks(void);
extern void uninstall_hooks(void);