package radare2

  1. Overview
  2. No Docs
OCaml interface to r2

Install

Dune Dependency

Authors

Maintainers

Sources

v0.0.2.tar.gz
md5=63a1a06ffe646acde3a5f38f3c0d5b7e

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: 30 May 2018

Dependencies (7)

  1. yojson-android >= "1.3.2"
  2. yojson >= "1.3.2"
  3. base-unix
  4. ocamlfind build
  5. ocamlbuild build
  6. jbuilder >= "1.0+beta7"
  7. ocaml >= "4.03.0"

Dev Dependencies

None

Used by

None

Conflicts

None