From 937b5c2b8c5bd0f735a333493298fdbb94252779 Mon Sep 17 00:00:00 2001 From: Orange Date: Sun, 12 Oct 2025 20:00:52 +0300 Subject: [PATCH] Removes unnecessary code in PE scanner Simplifies the PePatternScanner class by removing extraneous code. This cleans up the codebase and improves readability. --- include/omath/utility/pe_pattern_scan.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/omath/utility/pe_pattern_scan.hpp b/include/omath/utility/pe_pattern_scan.hpp index d4250e9..a5de420 100644 --- a/include/omath/utility/pe_pattern_scan.hpp +++ b/include/omath/utility/pe_pattern_scan.hpp @@ -17,7 +17,6 @@ namespace omath }; class PePatternScanner final { - public: [[nodiscard]] static std::optional scan_for_pattern_in_loaded_module(const std::string_view& module_name,