From 1456f7743e9d053af1731592a4e6241a63906b92 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Fri, 1 Jul 2022 21:45:53 +0200 Subject: [PATCH] Allow using wireshark --- src/client/component/arxan.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/client/component/arxan.cpp b/src/client/component/arxan.cpp index 47cfc3a9..a9d1c9a9 100644 --- a/src/client/component/arxan.cpp +++ b/src/client/component/arxan.cpp @@ -118,6 +118,7 @@ namespace arxan L"x96dbg", L"x32dbg", L"x64dbg", + L"Wireshark", }; if (!string.Buffer || !string.Length) @@ -389,7 +390,7 @@ namespace arxan { static const std::pair text = []() -> std::pair { - utils::nt::library game{}; + const utils::nt::library game{}; for (const auto& section : game.get_section_headers()) { std::string name(reinterpret_cast(section->Name), sizeof(section->Name));