[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [LCP]Modifying contents of an ELF file



Title: RE: [LCP]Modifying contents of an ELF file

> would like to update the contents of the string table in

What do you mean by the string table ? Strings stored
in the data segment ? If so, that won't be too easy
unless you've got debug info, as things that look like
strings might not actually be.
How about looking at the source to, eg, GNU ld ?

--
Vincent Penquerc'h