Description of the 'event_enable' function in HyperDbg Scripts
event_enable
event_enable( EventId );
[ Expression (EventId)]
Event ID of the event that needs to be activated.
Enables an event by its Event ID.
event_enable(1);
Enable an event with EventId = 1.
EventId = 1
When an event is executed, the $event_id pseudo-register contains the target event's ID.
$event_id
You can see events' ID using the eventarrow-up-right command. The first column of this commandarrow-up-right's results shows the event ID.
Starting from v0.2, this function is changed from enable_event to event_enable.
enable_event
event_disablearrow-up-right
event_cleararrow-up-right
Last updated 2 years ago