mirror of
https://github.com/Cracked5pider/CodeCave
synced 2026-06-20 09:12:42 +00:00
Update EkkoEx.c
This commit is contained in:
+2
-2
@@ -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 );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user