Mod-ELF-Symbol icon indicating copy to clipboard operation
Mod-ELF-Symbol copied to clipboard

replace or modify symbol names in elf object files (relocatable and executable)

Results 3 Mod-ELF-Symbol issues
Sort by recently updated
recently updated
newest added

HI, We're doing some cross-compiling to RISC-V and trying to use Mod-ELF-Symbol to change some of the symbols in the resulting ELF file. Unfortunately it is crashing at: ``` mod-elf-symbol:...

Hi, Trying to run this on an Arm platform and it's not working. When I run it I get the following: ``` ./mod-elf-symbol -o foo.o -c foo --completestr=asdf +++++++++++++++++++++++++++++++++ Started...

In src/mod-elf-symbol.c:294 there is a switch: ``` switch(ehdr->e_type) { case ET_EXEC: printf("WARNING: The ELf type is that of an executable. (%s)\n", objFileName); break; case ET_REL: printf("SUCCESS: The ELF type is...