#include <sstream>
#include <codecvt>
#include <locale>
#include <pe_sieve_types.h>
#include <paramkit.h>
#include "pe_sieve_params_info.h"
#include "../term_util.h"
Go to the source code of this file.
◆ HH_URL
#define HH_URL "https://github.com/hasherezade/hollows_hunter" |
◆ PARAM_CACHE
#define PARAM_CACHE "cache" |
◆ PARAM_DATA
#define PARAM_DATA "data" |
◆ PARAM_DIR
◆ PARAM_DOTNET_POLICY
#define PARAM_DOTNET_POLICY "dnet" |
◆ PARAM_DUMP_MODE
#define PARAM_DUMP_MODE "dmode" |
◆ PARAM_ETW
◆ PARAM_HOOKS
#define PARAM_HOOKS "hooks" |
◆ PARAM_IAT
◆ PARAM_IMP_REC
#define PARAM_IMP_REC "imp" |
◆ PARAM_JSON
#define PARAM_JSON "json" |
◆ PARAM_JSON_LVL
#define PARAM_JSON_LVL "jlvl" |
◆ PARAM_KILL
#define PARAM_KILL "kill" |
◆ PARAM_LOG
◆ PARAM_LOOP
#define PARAM_LOOP "loop" |
◆ PARAM_MINIDUMP
#define PARAM_MINIDUMP "minidmp" |
◆ PARAM_MODULES_IGNORE
#define PARAM_MODULES_IGNORE "mignore" |
◆ PARAM_OBFUSCATED
#define PARAM_OBFUSCATED "obfusc" |
◆ PARAM_OUT_FILTER
#define PARAM_OUT_FILTER "ofilter" |
◆ PARAM_PATTERN
#define PARAM_PATTERN "pattern" |
◆ PARAM_PID
◆ PARAM_PNAME
#define PARAM_PNAME "pname" |
◆ PARAM_PROCESSES_IGNORE
#define PARAM_PROCESSES_IGNORE "pignore" |
◆ PARAM_PTIMES
#define PARAM_PTIMES "ptimes" |
◆ PARAM_QUIET
#define PARAM_QUIET "quiet" |
◆ PARAM_REBASE
#define PARAM_REBASE "rebase" |
◆ PARAM_REFLECTION
#define PARAM_REFLECTION "refl" |
◆ PARAM_RESULTS_FILTER
#define PARAM_RESULTS_FILTER "report" |
◆ PARAM_SHELLCODE
#define PARAM_SHELLCODE "shellc" |
◆ PARAM_SUSPEND
#define PARAM_SUSPEND "suspend" |
◆ PARAM_THREADS
#define PARAM_THREADS "threads" |
◆ PARAM_UNIQUE_DIR
#define PARAM_UNIQUE_DIR "uniqd" |
◆ cache_mode_to_id()
◆ print_version()
void print_version |
( |
const std::string & | version, |
|
|
WORD | info_color = HILIGHTED_COLOR ) |
◆ to_wstring()
std::wstring to_wstring |
( |
const std::string & | stringToConvert | ) |
|
◆ translate_cache_mode()
◆ version_to_str()
std::string version_to_str |
( |
DWORD | version | ) |
|