Releases: yardexx/elfie
Releases · yardexx/elfie
0.1.0
[0.1.0] - 2026-02-08
Added
- Initial release of the
elfielibrary. Elfiestatic class for convenient API access (parse,parseFile,tryParse,tryParseFile).Result<T>type for non-throwing error handling.ElfParserimplementation with robust 32-bit and 64-bit ELF support (both little and big endian).- Comprehensive set of typed exceptions:
ElfFormatExceptionElfTruncatedFileExceptionElfCorruptDataExceptionElfUnsupportedFeatureException
ByteReaderutility for unsafe binary reading with bounds checking.- Example usage in
example/elfie_example.dart.