Skip to content

Commit 26a9153

Browse files
committed
fix: partial windows fix 2
1 parent 17331a3 commit 26a9153

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vmaware.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7860,7 +7860,7 @@ struct VM {
78607860
[[nodiscard]] static bool dll() {
78617861
static constexpr struct {
78627862
const char* dll_name;
7863-
const char* brand;
7863+
enum brand_enum brand;
78647864
} dlls[] = {
78657865
{"sbiedll.dll", brand_enum::SANDBOXIE},
78667866
{"pstorec.dll", brand_enum::CWSANDBOX},
@@ -8052,7 +8052,7 @@ struct VM {
80528052
// A list of known "dirty" Product IDs associated with public malware analysis sandboxes
80538053
struct target_pattern {
80548054
const char* product_id;
8055-
const char* brand;
8055+
enum brand_enum brand;
80568056
};
80578057

80588058
constexpr target_pattern targets[] = {

0 commit comments

Comments
 (0)