Skip to content

Releases: EmbSoft3/Sym2srec

v1.0.0 — Initial release

12 Mar 11:05
44a0338

Choose a tag to compare

Sym2srec v1.0.0

First release of sym2srec, a command-line tool that extracts the .symtab and .strtab
sections from an ELF32 executable and embeds them as loadable segments into a new S-Record file.

Assets

File Platform
sym2srec.exe Windows (32-bit, MinGW 15.2.0 POSIX)
sym2srec Linux (32-bit, GCC multilib)

Changelog

  • Initial release
  • Cross-platform build support (Windows + Linux)
  • GNU hash table generation for fast symbol resolution
  • Continuous Integration via GitHub Actions

Usage

sym2srec <input.elf> <output.srec> <base_address>

See the README for full documentation.