| description | Description of 'enable_event' function in HyperDbg Scripts |
|---|
enable_event
enable_event( EventId );
[ Expression (EventId)]
Event ID of the event that needs to be activated.
Enables an event by its Event ID.
enable_event(1);
Enable an event with EventId = 1.
You can see events' ID using the event command. The first column of this command's results shows the event ID.