1.0.2 • Published 1 year ago

@wokwi/elfist v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

elfist

Simple ELF Parser Library for TypeScript.

For usage example, see demo/elf-dump.ts.

Known limitations

  • Big Endian ELF files are not supported.
  • No input validation (we assume valid ELF file).
  • 64-Bit ELF files are partially supported - values (like memory addresses) must be smaller than 2^53.

License

Released under the MIT licence. Copyright (c) 2022, Uri Shaked.