Update EkkoEx.c

This commit is contained in:
C5pider
2023-06-01 20:49:12 +02:00
committed by GitHub
parent 0201b8878c
commit 3b59429319
+2 -2
View File
@@ -89,7 +89,7 @@ VOID EkkoEx(
/* Sleep */
Rop[ 3 ].Rip = U_PTR( WaitForSingleObjectEx );
Rop[ 3 ].Rcx = U_PTR( NtCurrentProcess() );
Rop[ 3 ].Rdx = U_PTR( Delay );
Rop[ 3 ].Rdx = U_PTR( TimeOut );
Rop[ 3 ].R8 = U_PTR( FALSE );
/* Sys032 */
@@ -139,4 +139,4 @@ LEAVE:
if ( EvntEnd ) {
NtClose( EvntEnd );
}
}
}