eb, ed, eq
Description of 'eb', 'ed', and 'eq' functions in HyperDbg Scripts
Last updated
Description of 'eb', 'ed', and 'eq' functions in HyperDbg Scripts
Last updated
if (eq(@r11, 0x12345678deadbeef) == 1)
{
printf("changes are applied.\n");
}
else
{
printf("changes are NOT applied.\n");
}