| description | Description of 'disable_event' function in HyperDbg Scripts |
|---|
disable_event
disable_event( EventId );
[Expression (EventId)]
Event ID of the event that needs to be deactivated.
Disables an event by its Event ID.
disable_event(1);
Disable 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.