|
Merging Imports with Exports?
I have a DLL file I wish to unpack, I have a working unpacked file "found in the wild" which I am using for comparison.
I dumped a DLL at OEP using LordPE and correctly restored the imports with ImpREC. I then wiped the packers section header to leave the the usual sections:
.text, .rdata, .data, .reloc, .rsrc.
Of course the restored imports are in the section .mackt, what I'd like to know is how do I merge/join the .mackt section with the .rdata section?
I haven't seen any mention of this in any of the RCE forums or tutorials.
Thanks,
5aLIVe.
|