ALSchwalm / dwarfexport

Export dwarf debug information from IDA Pro
GNU Lesser General Public License v2.1
204 stars 46 forks source link

Add MSVC Makefiles #9

Closed mephi42 closed 4 years ago

mephi42 commented 5 years ago

Hi,

This commit adds support for building the plugin on Windows. It includes building dependencies (except for the download part, documented on top of Makefile.MSVC).

Right now this requires the attached libdwarf patch, but I find it likely that it will be accepted upstream in the near future.

32-bit support should work in principle, but is untested.

0001-Add-missing-include-malloc.h.txt

ALSchwalm commented 5 years ago

Thanks for the PR! Could you update the README with instructions for using this?

mephi42 commented 4 years ago

Sure, here is the version with the updated README.md. My libdwarf patch was also accepted, so I mention the minimum required libdwarf version in it.