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
strings_util.cpp File Reference
#include "strings_util.h"
#include <algorithm>
#include <cstring>

Go to the source code of this file.

Macros

#define MIN(x, y)
 

Macro Definition Documentation

◆ MIN

#define MIN ( x,
y )
Value:
((x) < (y) ? (x) : (y))

Definition at line 23 of file strings_util.cpp.