HollowsHunter
Scans all running processes. Recognizes and dumps a variety of potentially malicious implants (replaced/implanted PEs, shellcodes, hooks, in-memory patches).
Loading...
Searching...
No Matches
main.cpp File Reference
#include <iostream>
#include <string>
#include "color_scheme.h"
#include "hh_scanner.h"
#include <pe_sieve_types.h>
#include <pe_sieve_return_codes.h>
#include "params_info/params.h"
#include "util/process_privilege.h"
#include "util/strings_util.h"
#include "hh_ver_short.h"

Go to the source code of this file.

Macros

#define WIN32_LEAN_AND_MEAN
 

Functions

void compatibility_alert ()
 
t_pesieve_res deploy_scan ()
 
int main (int argc, char *argv[])
 

Variables

t_hh_params g_hh_args
 

Macro Definition Documentation

◆ WIN32_LEAN_AND_MEAN

#define WIN32_LEAN_AND_MEAN

Definition at line 1 of file main.cpp.

Function Documentation

◆ compatibility_alert()

void compatibility_alert ( )

Definition at line 35 of file main.cpp.

Here is the call graph for this function:

◆ deploy_scan()

t_pesieve_res deploy_scan ( )

Definition at line 40 of file main.cpp.

Here is the call graph for this function:

◆ main()

int main ( int argc,
char * argv[] )

Definition at line 86 of file main.cpp.

Here is the call graph for this function:

Variable Documentation

◆ g_hh_args

t_hh_params g_hh_args

Definition at line 29 of file main.cpp.