plRVAToMapOffset

    The plRVAToMapOffset converts a Relative Virtual Address (RVA) to Map Offset.A Map Offset is a pointer from the opened file (which is mapped during the openning process).

plRVAToMapOffset(
   DWORD plRVA,       // The RVA to be converted
);


Parameters

plRVA

   DWORD that contains the RVA ( Relative Virtual Address ), which will be converted to a file offset.

Return Value

    If the function succeeds, the return value is a Map Offset.

Example

    
invoke plRVAToMapOffset,00001000h
mov ebx,dword ptr [eax]
 

See Also

plLocateOffset, plLocateMapOffset, plRVAToOffset, plMapOffsetToRVA, plOffsetToRVA

Pumqara <programs@mail.bg> 2004. All rights reserved.