Function Name
WaitForSingleObject
Description
WaitForSingleObject 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-10-30
Last Update: 2021-10-30
Credits: mr.d0x