tinyelf
v0.0.2
Published
A tiny but mighty ELF binary parser written in pure Javascript
Downloads
24
Maintainers
Readme
Use webassembly for production
Might be nice for educational purposes. Tried to match readelf as closely as possible. See features for full feature list.
Called tinyelf because I've taken inspiration from tinygrad to try to keep the code base minimal and maintainable.
- Compared to elfinfo, this is a full blown elf parser library
- Compared to elfy, it supports parsing various section headers such as SHT_DYNSYM, SHT_REL/A/R, SHT_GNU_ver*, ...
- Compared to readelf
Usage
Features
License
MIT