chkrootkit
0.55
About: chkrootkit is a shell script that checks system binaries for rootkit modification.
![]() ![]() |
#include <stdio.h>
#include <strings.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <ctype.h>
#include <stdlib.h>
Go to the source code of this file.
Macros | |
#define | MAXFILESIZE (4*1024*1024) |
Functions | |
unsigned char * | filebuf (FILE *pf, int *sz) |
void | strings (FILE *pf) |
int | main (int argc, char **argv) |
unsigned char* filebuf | ( | FILE * | pf, |
int * | sz | ||
) |