Function Name
WaitForSingleObjectEx
Description
WaitForSingleObjectEx is used to delay the execution of an object. This function is commonly used to allow time for shellcode being executed within a thread to run. It is also used for time-based evasion.
Library
Kernel32.dll
Associated Attacks
Injection Evasion
Created: 2021-11-01
Last Update: 2021-11-01
Credits: mr.d0x