Re: [PATCH v2 0/5] elf2dmp: improve Win2022, Win11 and large dumps

2023-09-18 Thread Peter Maydell
On Fri, 15 Sept 2023 at 18:13, Akihiko Odaki wrote: > > On 2023/09/16 2:01, Viktor Prutyanov wrote: > > 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 wi

Re: [PATCH v2 0/5] elf2dmp: improve Win2022, Win11 and large dumps

2023-09-15 Thread Akihiko Odaki
On 2023/09/16 2:01, Viktor Prutyanov wrote: 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 P