tinyelf

0.0.2 • Public • Published


A tiny but mighty ELF binary parser written in pure Javascript.

Live Demo | Usage | Features

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

Package Sidebar

Install

npm i tinyelf

Weekly Downloads

7

Version

0.0.2

License

MIT

Unpacked Size

189 kB

Total Files

13

Last publish

Collaborators

  • asty001