Re: [PATCH v1 0/3] contrib/elf2dmp: Windows Server 2022 support

2023-01-24 Thread Yan Vugenfirer
Ping. On Tue, Jan 10, 2023 at 6:10 PM Viktor Prutyanov < viktor.prutya...@phystech.edu> wrote: > On 11/30/22 3:03 AM, Viktor Prutyanov wrote: > > Hi, > > > > For now, elf2dmp is unable to convert ELF-dump to DMP-dump made of > > Windows Server 2022 guest. This patch series fixes it. > > > > v1:

Re: [PATCH v1 0/3] contrib/elf2dmp: Windows Server 2022 support

2023-01-10 Thread Viktor Prutyanov
On 11/30/22 3:03 AM, Viktor Prutyanov wrote: Hi, For now, elf2dmp is unable to convert ELF-dump to DMP-dump made of Windows Server 2022 guest. This patch series fixes it. v1: improve code-style fix Viktor Prutyanov (3): contrib/elf2dmp: fix code style contrib/elf2dmp: move PE dir search

[PATCH v1 0/3] contrib/elf2dmp: Windows Server 2022 support

2022-11-29 Thread Viktor Prutyanov
Hi, For now, elf2dmp is unable to convert ELF-dump to DMP-dump made of Windows Server 2022 guest. This patch series fixes it. v1: improve code-style fix Viktor Prutyanov (3): contrib/elf2dmp: fix code style contrib/elf2dmp: move PE dir search to pe_get_data_dir_entry contrib/elf2dmp: add P