Re: [Dwarf-Discuss] Windows status

2018-02-05 Thread Vincent Torri
hello On Mon, Feb 5, 2018 at 7:20 AM, Jean-Paul Mari wrote: > 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. and you use the same libeelf than the one I mentioned ? > I use b

Re: [Dwarf-Discuss] Windows status

2018-02-05 Thread Jean-Paul Mari
I'm sorry, I should be more precise. I'm using libelf 0.8.13 located at http://www.mr511.de/software/; I was also able to use it under msys2. On Mon, Feb 5, 2018 at 4:04 AM, Vincent Torri wrote: > hello > > On Mon, Feb 5, 2018 at 7:20 AM, Jean-Paul Mari > wrote: > > Hello, > > Libdwarf can be c

Re: [Dwarf-Discuss] Windows status

2018-02-05 Thread David Anderson
On 02/04/2018 09:08 PM, Vincent Torri wrote: > with the current state of libdwarf, is it normal that libefl is > required on Windows, or am I missing something Yes, required. The only object-file-type that libdwarf currently understands is Elf. If someone motivated were to provide code that cou