November 16, 2013
On 09/23/2013 08:30 AM, Rainer Schuetze wrote:
>
> I just checked the OMF and COFF docs: it should be possible to wipe out
> the export records without having to rewrite the object files, so it's
> not too involved. Don't know about ELF or mach-o, though.
I tried this and implemented it by rewriting the ELF sym flag for export, so it's was done by a rewrite of the object file. Maybe there are other solutions, but this seemed to be the simplest approach.
1 2 3 4 5 6 7 8 9
Next ›   Last »