Skip to content

Commit e1235eb

Browse files
fixed minor bug.
1 parent 2090fae commit e1235eb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

WinArk/ProcessAccessHelper.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,8 +398,6 @@ bool ProcessAccessHelper::GetProcessModules(HANDLE hProcess, std::vector<ModuleI
398398
std::wstring name = info.get()->Name;
399399
if (path.empty())
400400
continue;
401-
if (_wcsicmp(L"kernelbase.dll", name.c_str()) == 0)
402-
continue;
403401
if (!_wcsnicmp(name.c_str(), L"API-", 4))
404402
continue;
405403
if (!_wcsnicmp(name.c_str(), L"EXT-", 4))

0 commit comments

Comments
 (0)