Mixaill / FakePDB

Tool for PDB generation from IDA Pro database
Apache License 2.0
523 stars 55 forks source link

Compatibility, PE32+, and function labels #13

Closed laomaiweng closed 4 years ago

laomaiweng commented 4 years ago

This PR brings several changes that kind of build upon each other, but that I can likely split upon request. :)

In commit order, the changes are:

As a side note with regards to LLVM compatibility, in the future wouldn't it be easier to settle on a tagged LLVM release instead of always chasing after master's breaking changes?

Feel free to suggest changes to the PR as you think is needed. And by the way, thanks a lot for this awesome tool!

laomaiweng commented 4 years ago

(The AppVeyor build fails because of the 1-hour time limit, which LLVM exceeds.)

Mixaill commented 4 years ago

Thanks for your contribution!