mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
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:
@@ -17,7 +17,6 @@ namespace omath
|
|||||||
};
|
};
|
||||||
class PePatternScanner final
|
class PePatternScanner final
|
||||||
{
|
{
|
||||||
|
|
||||||
public:
|
public:
|
||||||
[[nodiscard]]
|
[[nodiscard]]
|
||||||
static std::optional<std::uintptr_t> scan_for_pattern_in_loaded_module(const std::string_view& module_name,
|
static std::optional<std::uintptr_t> scan_for_pattern_in_loaded_module(const std::string_view& module_name,
|
||||||
|
|||||||
Reference in New Issue
Block a user