![]() |
EpiRootkit
By STDBOOL
|
#include <linux/types.h>#include <linux/module.h>#include <linux/slab.h>#include <linux/string.h>#include <linux/spinlock.h>#include <linux/list.h>#include <linux/errno.h>Go to the source code of this file.
Functions | |
| int | hide_init (void) |
| void | hide_exit (void) |
| int | hide_file (const char *path) |
| int | unhide_file (const char *path) |
| int | hide_contains_str (const char *u_path) |
| int | hide_list_get (char *buf, size_t buf_size) |
| int | hide_port_init (void) |
| void | hide_port_exit (void) |
| int | hide_port (const char *port) |
| int | unhide_port (const char *port) |
| int | port_contains (const char *port) |
| int | port_list_get (char *buf, size_t buf_size) |
| int hide_contains_str | ( | const char * | u_path | ) |
Definition at line 66 of file hide_api.c.
| void hide_exit | ( | void | ) |
Definition at line 20 of file hide_api.c.
| int hide_file | ( | const char * | path | ) |
Definition at line 25 of file hide_api.c.
| int hide_init | ( | void | ) |
Definition at line 9 of file hide_api.c.
| int hide_list_get | ( | char * | buf, |
| size_t | buf_size | ||
| ) |
Definition at line 70 of file hide_api.c.
| int hide_port | ( | const char * | port | ) |
Definition at line 90 of file hide_api.c.
| void hide_port_exit | ( | void | ) |
Definition at line 85 of file hide_api.c.
| int hide_port_init | ( | void | ) |
Definition at line 74 of file hide_api.c.
| int port_contains | ( | const char * | port | ) |
Definition at line 118 of file hide_api.c.
| int port_list_get | ( | char * | buf, |
| size_t | buf_size | ||
| ) |
Definition at line 122 of file hide_api.c.
| int unhide_file | ( | const char * | path | ) |
Definition at line 52 of file hide_api.c.
| int unhide_port | ( | const char * | port | ) |
Definition at line 104 of file hide_api.c.