@hackage melf1.0.1

An Elf parser

melf

A Haskell library to parse/serialize Executable and Linkable Format (ELF)

These just parse/serialize ELF header and table entries but not the whole ELF files.

History

For the early history look at the branch "amakarov" of the my copy of the elf repo.

Tests

Test data is committed with git-lfs. To run tests, issue this command in nix-shell: cabal new-test --test-show-details=direct

License

BSD 3-Clause License (c) Aleksey Makarov