![]() |
EpiRootkit
By STDBOOL
|
Go to the source code of this file.
Functions | |
| int | alterate_init (void) |
| void | alterate_exit (void) |
| int | alterate_add (const char *path, int hide_line, const char *hide_substr, const char *src, const char *dst) |
| int | alterate_remove (const char *path) |
| int | alterate_contains (const char __user *u_path) |
| int | alterate_list_get (char *buf, size_t buf_size) |
Variables | |
| struct ulist | alt_list |
| int alterate_add | ( | const char * | path, |
| int | hide_line, | ||
| const char * | hide_substr, | ||
| const char * | src, | ||
| const char * | dst | ||
| ) |
Definition at line 23 of file alterate_api.c.
| int alterate_contains | ( | const char __user * | u_path | ) |
Definition at line 69 of file alterate_api.c.
| void alterate_exit | ( | void | ) |
Definition at line 18 of file alterate_api.c.
| int alterate_init | ( | void | ) |
Definition at line 8 of file alterate_api.c.
| int alterate_list_get | ( | char * | buf, |
| size_t | buf_size | ||
| ) |
Definition at line 96 of file alterate_api.c.
| int alterate_remove | ( | const char * | path | ) |
Definition at line 55 of file alterate_api.c.
| struct ulist alt_list |
Definition at line 6 of file alterate_api.c.