hasherezade / pe-bear-releases

PE-bear (builds only)
https://hshrzd.wordpress.com/pe-bear/
767 stars 73 forks source link

Invalid RVA -> VA conversion in "go to raw" #21

Closed hasherezade closed 4 years ago

hasherezade commented 4 years ago

The raw address is correctly converted to RVA:

go_to_raw1

However, if we choose conversion to VA, the image base is (mistakenly) added to the raw address, instead of to RVA: go_to_raw2

This problem occurs only in "Go to raw address" and not in "Go to Virtual address"

hasherezade commented 4 years ago

Fixed in 0.5.1.1

fixed_511