Re: PE section extension

2024-06-14 Thread Joachim Schiele
On 2024-06-05 15:15, Nick Clifton wrote: Hi Joachim, I'd like to extend the ld generated PE section with a custom section called .store in analogy to .idata and I would love a little guidance where to make this change. I would recommend that rather than doing this in the linker, you perform

Re: PE section extension

2024-06-05 Thread Joachim Schiele
On 2024-06-05 15:15, Nick Clifton wrote: Hi Joachim, I'd like to extend the ld generated PE section with a custom section called .store in analogy to .idata and I would love a little guidance where to make this change. I would recommend that rather than doing this in the linker, you perform

Re: PE section extension

2024-06-05 Thread Nick Clifton
Hi Joachim, I'd like to extend the ld generated PE section with a custom section called .store in analogy to .idata and I would love a little guidance where to make this change. I would recommend that rather than doing this in the linker, you perform it as an additional step after the linking