description |
---|
Description of the 'sleep' command in HyperDbg. |
sleep
sleep [MillisecondsTime (hex)]
Waits for the specified time (in milliseconds).
[MillisecondsTime (hex)]
The time that debugger should wait, in milliseconds.
None
This command is used in batch script files when we want to gather information for a specific time and then execute the pause command or the unload command to stop the debugger.
None
pause (break to the debugger and pause processing kernel packets)