Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nrc/xmas-elf
elf parser and navigation tool, pure Rust
https://github.com/nrc/xmas-elf
Last synced: 7 days ago
JSON representation
elf parser and navigation tool, pure Rust
- Host: GitHub
- URL: https://github.com/nrc/xmas-elf
- Owner: nrc
- License: other
- Created: 2015-12-24T01:32:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-20T02:24:37.000Z (2 months ago)
- Last Synced: 2024-12-12T20:04:45.064Z (14 days ago)
- Language: Rust
- Size: 171 KB
- Stars: 160
- Watchers: 6
- Forks: 42
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# xmas-elf
A library for parsing and navigating ELF files.
* Pure Rust
* Zero allocation (minimal allocation for interpreting the data)
* Strongly, statically typed.