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
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
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
Hello,
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. The new field must be generated after the idata has been
generated. In addition I need to know where the dllname name, foo