Support svcctrl start event

This commit is contained in:
momo5502
2025-05-24 11:06:23 +02:00
parent 92bdf26669
commit 8abc7a65ef
2 changed files with 7 additions and 0 deletions

View File

@@ -107,6 +107,12 @@ namespace syscalls
return STATUS_SUCCESS;
}
if (name == u"Global\\SvcctrlStartEvent_A3752DX")
{
event_handle.write(SVCCTRL_START_EVENT.bits);
return STATUS_SUCCESS;
}
if (name == u"DBWIN_DATA_READY")
{
event_handle.write(DBWIN_DATA_READY.bits);