package elf2json

  1. Overview
  2. Docs
Converts an ELF binary to a JSON representation

Install

Dune Dependency

Authors

Maintainers

Sources

v1.0.0.tar.gz
md5=5c0e113305839b7825d7edc888f962be

Description

This program converts an ELF binary to a JSON representation using rdr as the backend. Optionally minifies, converts the binary to a base64 representation, and/or includes the byte coverage analysis generated by rdr.

Published: 18 Aug 2015

Dependencies (6)

  1. ocamlbuild build
  2. rdr >= "2.0.0"
  3. ocamlfind build
  4. jsonm build
  5. base64 build & >= "2.0.0" & < "3.0.0"
  6. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None