Files
safe_duck/linux_kernel/hook.h

5 lines
96 B
C
Raw Normal View History

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