EpiRootkit
By STDBOOL
Loading...
Searching...
No Matches
init.h
Go to the documentation of this file.
1#ifndef INIT_H
2#define INIT_H
3
4#include <linux/errno.h>
5#include <linux/fs.h>
6#include <linux/namei.h>
7#include <linux/string.h>
8
9int init_interceptor(void);
10void exit_interceptor(void);
11
12int create_dir(char *path);
13
14#endif // INIT_H
int create_dir(char *path)
Definition init.c:107
void exit_interceptor(void)
Definition init.c:99
int init_interceptor(void)
Definition init.c:14