ecnx / symrename

ELF binary symbol renamer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Help message:

ELF Symbol Rename Utility - ver. 1.0.20

  usage: symrename elf-binary cur-name=new-name,...

Example:

./bin/symrename test-binary.elf funcA=funcB,count=start,abc=def

Verify result:

nm -gD test-binary.elf

Note: both old and new symbols must be exact length.

About

ELF binary symbol renamer

License:GNU General Public License v3.0


Languages

Language:C 96.9%Language:Makefile 3.1%