Removes unnecessary code in PE scanner

Simplifies the PePatternScanner class by removing extraneous code.
This cleans up the codebase and improves readability.
This commit is contained in:
2025-10-12 20:00:52 +03:00
parent 563ae0a656
commit 7b0af9cf66

View File

@@ -17,7 +17,6 @@ namespace omath
};
class PePatternScanner final
{
public:
[[nodiscard]]
static std::optional<std::uintptr_t> scan_for_pattern_in_loaded_module(const std::string_view& module_name,