Hello
on the website, it is mentioned that libdwarf can be compiled on
Windows with cmake. I gave it a try using MSYS2+mingw-w64 and
configure (no cmake)
1) it seems that libefl is required (strange for Windows, but ok). So
I compiled https://github.com/WolfgangSt/libelf
2) by modifying a bit th
Hello,
Libdwarf can be compiled with Visual Studio too but you have to do a
project file.
Libelf is required by libdwarf and can be also build via Visual Studio.
I use both in a personal project and they work fine.
- Jean-Paul
On Mon, Feb 5, 2018 at 12:08 AM Vincent Torri
wrote:
> Hello
>
> on t