![]() |
EpiRootkit
By STDBOOL
|
#include "sysinfo.h"#include <linux/cpu.h>#include <linux/kernel.h>#include <linux/module.h>#include <linux/slab.h>#include <linux/string.h>#include <linux/utsname.h>#include "epirootkit.h"#include "vanish.h"Go to the source code of this file.
Functions | |
| char * | get_sysinfo (void) |
| char * get_sysinfo | ( | void | ) |
get_sysinfo - Retrieves system information and formats it as a JSON string. Return: A pointer to a dynamically allocated string containing the system information in JSON format, or NULL on failure.
Definition at line 18 of file sysinfo.c.