-
Notifications
You must be signed in to change notification settings - Fork 1
/
main.h
43 lines (32 loc) · 1.15 KB
/
main.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#ifndef APATE_MAIN_H
#define APATE_MAIN_H
extern int paramVerbose;
extern int paramCompact;
//======================================== EXTERNAL INCLUDES =========================================
#include <unistd.h> //Parameters parsing
//======================================== INTERNAL INCLUDES =========================================
#include "consoleManager.h"
#include "antiDebug//debugmenot.h"
#include "antiDebug/test_env.h"
#include "antiDebug/test_nearheap.h"
#include "antiDebug/test_ldhook.h"
#include "antiDebug/test_noaslr.h"
#include "antiDebug/test_parent.h"
#include "antiDebug/test_ptrace.h"
#include "antiDebug/test_vdso.h"
#include "antiVM/hypervisorFlag.h"
#include "antiVM/fileSystemSpace.h"
#include "antiVM/macAddress.h"
#include "antiVM/ramSize.h"
#include "antiVM/loadedModulesFromLSMOD.h"
#include "antiVM/screenResolution.h"
#include "antiVM/userNames.h"
#include "antiVM/devicesScsi.h"
#include "antiVM/biosVendor.h"
#include "antiVM/productName.h"
#include "antiVM/systemVendor.h"
#include "antiVM/boardVendor.h"
#include "antiVM/systemAge.h"
#include "antiSandbox/browserHistory.h"
#include "antiSandbox/upTime.h"
#endif //APATE_MAIN_H