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