Managing Events
Enable, Disable, and remove events
Each time you use a command like !syscall, !epthook, bp, !monitor, etc., you create an event.
After that, you can disable or re-enable the event or completely clear the event. This article demonstrates how to manage events in HyperDbg.
The following command shows the list of active/disabled events.
The following command disables an event with event number 1
and then we see the list of all events.
The following command enables all of the events and commands.
The following command clears an event with event number 1
.
The following command clears and turns off every enabled and disabled event and commands.
Last updated