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));