sleep (wait for specific time in the .script command)
Description of the 'sleep' command in HyperDbg.
Command
sleep
Syntax
sleep [MillisecondsTime (hex)]
Description
Waits for the specified time (in milliseconds).
Parameters
[MillisecondsTime (hex)]
The time that debugger should wait, in milliseconds.
IOCTL
None
Remarks
This command is used in batch script files when we want to gather information for a specific time and then execute the pausecommand or the unloadcommand to stop the debugger.