Function Name
WaitForMultipleObjectsEx
Description
WaitForMultipleObjectsEx is used to wait until one or all of the specified objects are in the signaled state or the time-out interval elapses. This function is commonly used to allow time for shellcode to execute or for time-based evasion.
Library
Kernel32.dll
Associated Attacks
Injection Evasion
Created: 2021-11-01
Last Update: 2021-11-01
Credits: mr.d0x