mirror of
https://github.com/thefLink/Hunt-Weird-ImageLoads
synced 2026-06-24 08:41:06 +00:00
Update Detectors.cpp
This commit is contained in:
@@ -46,7 +46,7 @@ namespace Detectors {
|
||||
if ( mbi.Type != MEM_PRIVATE )
|
||||
continue;
|
||||
|
||||
if ( mbi.Protect == PAGE_EXECUTE_READ ) {
|
||||
if ( mbi.Protect == PAGE_EXECUTE_READWRITE ) {
|
||||
|
||||
Helpers::ModuleNameFromAddress ( hProcess, NULL, processName );
|
||||
|
||||
@@ -147,4 +147,4 @@ namespace Detectors {
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user