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
4int rootkit_command(char *command, unsigned command_size, enum Protocol protocol);
5
6#endif /* CMD_H */
int rootkit_command(char *command, unsigned command_size, enum Protocol protocol)
Definition cmd.c:122
Protocol
Definition config.h:28