qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Annie.li
Subject: Re: [PATCH v2 0/3] contrib/elf2dmp: Windows Server 2022 support
Date: Mon, 6 Mar 2023 16:35:36 -0500
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.6.0

Hello Viktor,

This patch set looks good to me, thank you!

On 2/22/2023 4:12 PM, 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
v2: don't remove data directory entry RVA print and DOS header size check
Reviewed-by: Annie Li <annie.li@oracle.com>

Thanks

Annie


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      | 108 ++++++++++++++++++++++-----------
  contrib/elf2dmp/pe.h        | 115 ++++++++++++++++++++----------------
  3 files changed, 140 insertions(+), 84 deletions(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]