aclements / libelfin

C++11 ELF/DWARF parser
MIT License
314 stars 99 forks source link

Add MSVC support #59

Open jgcodes2020 opened 3 years ago

jgcodes2020 commented 3 years ago

This would be a nice library to have, but it seems MSVC isn't a supported toolchain.

I'm trying to make it work myself right now, and I may submit a PR

mortbopet commented 2 years ago

If this is still something you're looking into, i've got a fork up and running with MSVC and CMake support here.