sleep (wait for specific time in the .script command)

Description of 'sleep' command in HyperDbg.

Command

sleep

Syntax

sleep [time to wait (milliseconds - hex value)]

Description

Waits for the specified time (in milliseconds).

Parameters

[time to wait (milliseconds - hex value)]

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 pause command or the unload command to stop the debugger.

Requirements

None

​pause (break to the debugger and pause processing kernel packets)​

​unload (unload the kernel modules)​

​.script (run batch script commands)​