We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17331a3 commit 26a9153Copy full SHA for 26a9153
src/vmaware.hpp
@@ -7860,7 +7860,7 @@ struct VM {
7860
[[nodiscard]] static bool dll() {
7861
static constexpr struct {
7862
const char* dll_name;
7863
- const char* brand;
+ enum brand_enum brand;
7864
} dlls[] = {
7865
{"sbiedll.dll", brand_enum::SANDBOXIE},
7866
{"pstorec.dll", brand_enum::CWSANDBOX},
@@ -8052,7 +8052,7 @@ struct VM {
8052
// A list of known "dirty" Product IDs associated with public malware analysis sandboxes
8053
struct target_pattern {
8054
const char* product_id;
8055
8056
};
8057
8058
constexpr target_pattern targets[] = {
0 commit comments