-
-
Notifications
You must be signed in to change notification settings - Fork 118
Open

Description
I think most people working with this library are likely to need to convert between file offsets, relative virtual address and virtual addresses. Whilst these can be computed manually using the information present in the headers, due to how often these conversions are needed I think it would a good idea to expose methods to do this for consumers of the library.
Proposed methods
public uint RvaToFileOffset(uint rva);
public uint VaToRva(uint va);
public uint VaToRva(ulong va);
Would be happy to do this as a pull request should you agree.
Metadata
Metadata
Assignees
Labels
No labels