Documentation > Instrumentation Runtime API > binwb_rva

binwb_rva - Translate RVA to VA

void *binwb_rva(uintmax_t rva);
// This function translates the specified relative virtual address to a virtual address, by adding the RVA to the address of the image base.

SYNOPSIS

DESCRIPTION

RETURN VALUE

NOTES

EXAMPLES

SEE ALSO