dart_elf

Creator: coderz1093

Last updated:

0 purchases

dart_elf Image
dart_elf Images

Languages

Categories

Add to Cart

Description:

dart elf

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());
copied to clipboard
Additional information #
For more information look at the various ELF parsing descriptions. For example:

https://en.wikipedia.org/wiki/Executable_and_Linkable_Format
https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/tocobjformat.html

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.