We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09294a0 + 3e49cb6 commit 0925480Copy full SHA for 0925480
src/BlackBone/Subsystem/NativeSubsystem.cpp
@@ -567,7 +567,7 @@ size_t Native::EnumPEHeaders( listModules& result )
567
{
568
auto status = VirtualQueryExT( memptr, &mbi );
569
570
- if (status == STATUS_INVALID_PARAMETER || status == STATUS_ACCESS_DENIED)
+ if (status == STATUS_INVALID_PARAMETER || status == STATUS_ACCESS_DENIED || status == STATUS_PROCESS_IS_TERMINATING)
571
break;
572
else if (status != STATUS_SUCCESS)
573
continue;
0 commit comments