node-elf
This module provides a parser for ELF files.
Install
$ npm install sysvelf
Usage
Load an ELF file:
elf;
Read a segment:
file;
Read a section:
file;
Examples
For an example that parses an ELF header, refer to the parse.js example.
Tests
$ npm install
$ make test
Credits
License
Copyright (c) 2013 Sifteo Inc. <http://www.sifteo.com/>