plOffsetToRVA

    The plOffsetToRVA converts a File Offset to Relative Virtual Address (RVA)

plOffsetToRVA(
   DWORD plOffset,       // The Offset to be converted
);


Parameters

plOffset

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

Return Value

    If the function succeeds, the return value is a RVA.

Example

    
invoke plOffsetToRVA,00000200h
 

See Also

plLocateOffset, plLocateMapOffset, plRVAToMapOffset, plRVAToOffset, plMapOffsetToRVA

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