check_address
Description of the 'check_address' function in HyperDbg Scripts
Last updated
Description of the 'check_address' function in HyperDbg Scripts
Last updated
if (check_address(@r11) == 1)
{
printf("address is valid.\n");
}
else
{
printf("address is invalid.\n");
}