ALSchwalm / dwarfexport

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

Fix detached debug info writing. #1

Closed comex closed 7 years ago

comex commented 7 years ago

I haven't actually tested this, because after wasting quite some time on it I was unable to get elfutils to compile for mingw :/

ALSchwalm commented 7 years ago

Do-oh! Nice catch, thanks for the pr.

Yeah, the elfutils stuff is a mess. I think I'll probably just add my precompiled windows libs at some point. I don't even remember the series of strange hacks I did to get the windows build working.