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
9
int
init_interceptor
(
void
);
10
void
exit_interceptor
(
void
);
11
12
int
create_dir
(
char
*path);
13
14
#endif
// INIT_H
create_dir
int create_dir(char *path)
Definition
init.c:107
exit_interceptor
void exit_interceptor(void)
Definition
init.c:99
init_interceptor
int init_interceptor(void)
Definition
init.c:14