sleep (wait for specific time in the .script command)
Description of the 'sleep' command in HyperDbg.
Previousstruct (make structures, enums, data types from symbols)Nextpause (break to the debugger and pause processing kernel packets)
Last updated
Description of the 'sleep' command in HyperDbg.
Last updated
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 command or the command to stop the debugger.
None