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

Viktor Prutyanov posted 3 patches 1 year, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221130000320.287976-1-viktor@daynix.com
Maintainers: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
There is a newer version of this series
contrib/elf2dmp/addrspace.c |   1 +
contrib/elf2dmp/main.c      | 103 +++++++++++++++++++++-----------
contrib/elf2dmp/pe.h        | 115 ++++++++++++++++++++----------------
3 files changed, 135 insertions(+), 84 deletions(-)
[PATCH v1 0/3] contrib/elf2dmp: Windows Server 2022 support
Posted by Viktor Prutyanov 1 year, 4 months ago
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 PE name check and Windows Server 2022 support

 contrib/elf2dmp/addrspace.c |   1 +
 contrib/elf2dmp/main.c      | 103 +++++++++++++++++++++-----------
 contrib/elf2dmp/pe.h        | 115 ++++++++++++++++++++----------------
 3 files changed, 135 insertions(+), 84 deletions(-)

-- 
2.35.1
Re: [PATCH v1 0/3] contrib/elf2dmp: Windows Server 2022 support
Posted by Viktor Prutyanov 1 year, 3 months ago
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 to pe_get_data_dir_entry
>    contrib/elf2dmp: add PE name check and Windows Server 2022 support
> 
>   contrib/elf2dmp/addrspace.c |   1 +
>   contrib/elf2dmp/main.c      | 103 +++++++++++++++++++++-----------
>   contrib/elf2dmp/pe.h        | 115 ++++++++++++++++++++----------------
>   3 files changed, 135 insertions(+), 84 deletions(-)
> 

Hi Paolo,

Could you please add the series to your branch?
I've sent it from my other email. I can add
Signed-off-by: Viktor Prutyanov <viktor.prutyanov@phystech.edu>

Thanks,
Viktor Prutyanov
Re: [PATCH v1 0/3] contrib/elf2dmp: Windows Server 2022 support
Posted by Yan Vugenfirer 1 year, 3 months ago
Ping.



On Tue, Jan 10, 2023 at 6:10 PM Viktor Prutyanov <
viktor.prutyanov@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: 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 PE name check and Windows Server 2022 support
> >
> >   contrib/elf2dmp/addrspace.c |   1 +
> >   contrib/elf2dmp/main.c      | 103 +++++++++++++++++++++-----------
> >   contrib/elf2dmp/pe.h        | 115 ++++++++++++++++++++----------------
> >   3 files changed, 135 insertions(+), 84 deletions(-)
> >
>
> Hi Paolo,
>
> Could you please add the series to your branch?
> I've sent it from my other email. I can add
> Signed-off-by: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
>
> Thanks,
> Viktor Prutyanov
>
>