diff --git a/source/utility/pe_pattern_scan.cpp b/source/utility/pe_pattern_scan.cpp index 54530b1..a7bde5c 100644 --- a/source/utility/pe_pattern_scan.cpp +++ b/source/utility/pe_pattern_scan.cpp @@ -41,4 +41,7 @@ namespace omath throw std::runtime_error("Pattern scan for loaded modules is only for windows platform"); #endif } + std::optional PePatternScanner::scan_for_pattern_in_file(const std::filesystem::path& path_to_file) + { + } } // namespace omath \ No newline at end of file