I'm trying to read a PE file.
The problems is that the data uses RVA pointers while I need offset within the file
to get what I need.
How can I convert the RVA to offset in the file?
To determine the file offset by RVA, you need:
You will receive a file offset that you need.