From: Viktor Prutyanov <viktor@daynix.com>
To: pbonzini@redhat.com
Cc: viktor.prutyanov@phystech.edu, yuri.benditovich@daynix.com,
yan@daynix.com, qemu-devel@nongnu.org, viktor@daynix.com
Subject: [PATCH v1 0/3] contrib/elf2dmp: Windows Server 2022 support
Date: Wed, 30 Nov 2022 03:03:17 +0300 [thread overview]
Message-ID: <20221130000320.287976-1-viktor@daynix.com> (raw)
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
next reply other threads:[~2022-11-30 2:08 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-30 0:03 Viktor Prutyanov [this message]
2022-11-30 0:03 ` [PATCH v1 1/3] contrib/elf2dmp: fix code style Viktor Prutyanov
2022-11-30 0:03 ` [PATCH v1 2/3] contrib/elf2dmp: move PE dir search to pe_get_data_dir_entry Viktor Prutyanov
2023-02-22 19:06 ` Annie.li
2023-02-22 21:07 ` Viktor Prutyanov
2022-11-30 0:03 ` [PATCH v1 3/3] contrib/elf2dmp: add PE name check and Windows Server 2022 support Viktor Prutyanov
2023-02-22 19:07 ` Annie.li
2023-02-22 19:55 ` Viktor Prutyanov
2023-01-10 15:41 ` [PATCH v1 0/3] contrib/elf2dmp: " Viktor Prutyanov
2023-01-24 10:51 ` Yan Vugenfirer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221130000320.287976-1-viktor@daynix.com \
--to=viktor@daynix.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=viktor.prutyanov@phystech.edu \
--cc=yan@daynix.com \
--cc=yuri.benditovich@daynix.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).