https://github.com/wokwi/elfist
ELF format parser library (TypeScript)
https://github.com/wokwi/elfist
Last synced: about 2 months ago
JSON representation
ELF format parser library (TypeScript)
- Host: GitHub
- URL: https://github.com/wokwi/elfist
- Owner: wokwi
- License: mit
- Created: 2022-07-13T14:41:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T22:05:09.000Z (over 2 years ago)
- Last Synced: 2025-01-16T14:50:01.730Z (3 months ago)
- Language: TypeScript
- Size: 147 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elfist
Simple ELF Parser Library for TypeScript.
For usage example, see [demo/elf-dump.ts](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.