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