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.dll is generated as I need to change this as well to reserve like 300 more chars for later changes of said dllname.
I found pe-dll.c but so far didn't find where the dllname is translated into the .idata section of the PE header.
Regards, Joachim
-- Sent from my Android device with K-9 Mail. Please excuse my brevity.