Mixaill / FakePDB

Tool for PDB generation from IDA Pro database
Apache License 2.0
544 stars 61 forks source link

Some PDBs are shifted by 0x1000 #5

Closed Mixaill closed 4 years ago

Mixaill commented 5 years ago

The .pdbs I generated had addresses shifted by 0x1000. It looked like they should be relative to the image base instead of the section offset.

Requested in: https://twitter.com/j00ru/status/1176238722150555649

Trass3r commented 4 years ago

Should be fixed by https://github.com/Mixaill/FakePDB/commit/d779d3da28034ffed82038edfd8d6fa85bd77fc1

Mixaill commented 4 years ago

fixed