mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-21 04:33:56 +00:00
Fix NtQueryInformationProcess ProcessDebugFlags
This commit is contained in:
@@ -1443,7 +1443,7 @@ namespace
|
||||
}
|
||||
|
||||
const emulator_object<ULONG> info{c.emu, process_information};
|
||||
info.write(0);
|
||||
info.write(info_class == ProcessDebugFlags ? 1 : 0);
|
||||
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user