Releases: EmbSoft3/Sym2srec
Releases · EmbSoft3/Sym2srec
v1.0.0 — Initial release
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.