79172556

Date: 2024-11-09 10:43:24
Score: 2
Natty:
Report link

I had to debug an open-source PE analyzer to find out how it's calculated. The formula is:

Offset (actual address) = DataRVA - Section.VirtualAddress + Section.PointerToRawData

where Section.VirtualAddress <= DataRVA < (Section.VirtualAddress + Section.VirtualSize).

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: YoungDON