MalAPI.io
Contribute
FAQ
Other
Living Off Trusted Sites
Filesec.io
Security Blog
Function Name
Sleep
Description
Sleep is used to suspend the execution of the current thread for a set time. This function is commonly used for time-based evasion by adding delays in the code.
Library
Kernel32.dll
Associated Attacks
Evasion
Anti-Debugging
Documentation
https://docs.microsoft.com/en-us/windows/win32/api/synchapi/nf-synchapi-sleep
Created: 2021-10-30
Last Update: 2021-10-30
Credits: mr.d0x