mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 03:33:56 +00:00
Fix regex
This commit is contained in:
@@ -777,7 +777,7 @@ void process_context::build_knowndlls_section_table(registry_manager& registry,
|
||||
std::set<std::u16string> visisted;
|
||||
std::queue<std::u16string> q;
|
||||
|
||||
static std::regex apiset_pattern(R"((api|ext)-[0-9A-Za-z\-]+l\d+-\d+-\d+\.dll)", std::regex::icase);
|
||||
static std::regex apiset_pattern(R"((api|ext)-[a-zA-Z0-9-]+-l\d+-\d+-\d+\.dll)", std::regex::icase);
|
||||
|
||||
if (is_32bit)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user