[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/5] elf2dmp: improve Win2022, Win11 and large dumps
From: |
Viktor Prutyanov |
Subject: |
[PATCH v2 0/5] elf2dmp: improve Win2022, Win11 and large dumps |
Date: |
Fri, 15 Sep 2023 20:01:48 +0300 |
Windows Server 2022 and Windows 11 require more careful kernel PE image
search and handling of PDB than previous Windows versions.
Also, improve support of large ELF dump files, dumps with unaligned
memory ranges and with big number of ranges.
Viktor Prutyanov (5):
elf2dmp: replace PE export name check with PDB name check
elf2dmp: introduce physical block alignment
elf2dmp: introduce merging of physical memory runs
elf2dmp: use Linux mmap with MAP_NORESERVE when possible
elf2dmp: rework PDB_STREAM_INDEXES::segments obtaining
contrib/elf2dmp/addrspace.c | 31 +++++++-
contrib/elf2dmp/addrspace.h | 1 +
contrib/elf2dmp/main.c | 154 ++++++++++++++++++++----------------
contrib/elf2dmp/pdb.c | 15 +---
contrib/elf2dmp/pdb.h | 2 +-
contrib/elf2dmp/qemu_elf.c | 68 +++++++++++++---
contrib/elf2dmp/qemu_elf.h | 2 +
7 files changed, 177 insertions(+), 96 deletions(-)
--
2.21.0
- [PATCH v2 0/5] elf2dmp: improve Win2022, Win11 and large dumps,
Viktor Prutyanov <=
- [PATCH v2 2/5] elf2dmp: introduce physical block alignment, Viktor Prutyanov, 2023/09/15
- [PATCH v2 1/5] elf2dmp: replace PE export name check with PDB name check, Viktor Prutyanov, 2023/09/15
- [PATCH v2 3/5] elf2dmp: introduce merging of physical memory runs, Viktor Prutyanov, 2023/09/15
- [PATCH v2 5/5] elf2dmp: rework PDB_STREAM_INDEXES::segments obtaining, Viktor Prutyanov, 2023/09/15
- [PATCH v2 4/5] elf2dmp: use Linux mmap with MAP_NORESERVE when possible, Viktor Prutyanov, 2023/09/15
- Re: [PATCH v2 0/5] elf2dmp: improve Win2022, Win11 and large dumps, Akihiko Odaki, 2023/09/15