Re: [PATCH v3 07/14] dump: Swap segment and section header locations

2022-07-21 Thread Janosch Frank
On 7/21/22 17:07, Marc-André Lureau wrote: Hi On Thu, Jul 21, 2022 at 5:23 PM Janosch Frank wrote: For the upcoming string table and arch section support we need to modify the elf layout a bit. Instead of the segments, i.e. the guest's memory contents, beeing the last area the section data wi

Re: [PATCH v3 07/14] dump: Swap segment and section header locations

2022-07-21 Thread Marc-André Lureau
Hi On Thu, Jul 21, 2022 at 5:23 PM Janosch Frank wrote: > > For the upcoming string table and arch section support we need to > modify the elf layout a bit. Instead of the segments, i.e. the guest's > memory contents, beeing the last area the section data will live at > the end of the file. This

[PATCH v3 07/14] dump: Swap segment and section header locations

2022-07-21 Thread Janosch Frank
For the upcoming string table and arch section support we need to modify the elf layout a bit. Instead of the segments, i.e. the guest's memory contents, beeing the last area the section data will live at the end of the file. This will allow us to write the section data after all guest memory has b