dart_elf 1.0.1 copy "dart_elf: ^1.0.1" to clipboard
dart_elf: ^1.0.1 copied to clipboard

A pure Dart library for parsing ELF binaries.

A pure Dart library for parsing ELF binary files.

Features #

This library makes fairly heavy use of records and enums to represent the core data structures.

  • Basic parsing of common ELF structures
  • Reasonable abstractions for dealing with the various OS and CPU specific data
  • A partial clone of readelf

Usage #

Look at the sample in the /example folder for more detail.


ElfParser reader = ElfParser.fromRandomAccessFile(file.openSync());

Additional information #

For more information look at the various ELF parsing descriptions. For example:

0
likes
140
pub points
0%
popularity

Publisher

verified publisherlibdbm.com

A pure Dart library for parsing ELF binaries.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

args, sprintf

More

Packages that depend on dart_elf