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 44d923766c
commit 937b5c2b8c

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,