package radare2

  1. Overview
  2. No Docs
OCaml interface to r2

Install

Dune Dependency

Authors

Maintainers

Sources

v0.0.1.tar.gz
md5=bcd91f5a13dec7b4420b403ab3557b59

Description

Interact with radare2, See the mli for documentation, example usage in utop:

#require "radare2";; let result = R2.with_command_j ~cmd:"/j chown" "/bin/ls";; val result : Yojson.Basic.json = List [Assoc [("offset", Int 4294987375); ("id:", Int 0); ("data", `String "ywritesecuritychownfile_inheritdi")]]"

Published: 24 Sep 2016

Dependencies (7)

  1. yojson-android >= "1.3.2"
  2. yojson >= "1.3.2"
  3. ocamlfind build
  4. ocamlbuild build
  5. oasis build & >= "0.4"
  6. base-unix
  7. ocaml >= "4.03.0" & < "4.06.0"

Dev Dependencies

None

Used by

None

Conflicts

None