Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 778 Bytes

File metadata and controls

38 lines (20 loc) · 778 Bytes
description Description of 'enable_event' function in HyperDbg Scripts

enable_event

Function

enable_event

Syntax

enable_event( EventId );

Parameters

[ Expression (EventId)]

     Event ID of the event that needs to be activated.

Description

Enables an event by its Event ID.

Examples

enable_event(1);

Enable an event with EventId = 1.

Remarks

You can see events' ID using the event command. The first column of this command's results shows the event ID.

Related

disable_event