MalAPI.io
Contribute
FAQ
Other
Living Off Trusted Sites
Filesec.io
Security Blog
Function Name
WaitForMultipleObjects
Description
WaitForMultipleObjects 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
Documentation
https://docs.microsoft.com/en-us/windows/win32/api/synchapi/nf-synchapi-waitformultipleobjects
Created: 2021-11-01
Last Update: 2021-11-01
Credits: mr.d0x