Update Detectors.cpp

This commit is contained in:
thefLink
2023-05-14 20:48:42 +02:00
committed by GitHub
parent 10e24b5042
commit c8b859950a
+2 -2
View File
@@ -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 {
}
}
}