package radare2

  1. Overview
  2. No Docs
OCaml interface to r2

Install

Dune Dependency

Authors

Maintainers

Sources

v0.0.4.tar.gz
md5=e9e598e6ac036eb4bc002740b7b04b01
sha512=393bc4a3d8554410f2605b97a37f1bd72a722dc8af3c84747be6285e0607b70d58f73d89ed589bfda5570cc1a469ba477d3da9fb74995199a14e1cbf2d97527c

Description

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

#require "radare2";; let result = R2.with_command_j ~cmd:"/j COLUMNS" "/bin/ls";; val result : Yojson.Basic.t = List [Assoc [("offset", Int 109075); ("type", String "string"); ("data", String "eQUOTING_STYLECOLUMNSTABSIZEinvalid")]; Assoc [("offset", Int 118247); ("type", String "string"); ("data", `String "onment variable COLUMNS: %signori")]]"

Published: 26 May 2020

Dependencies (5)

  1. yojson-android >= "1.3.2"
  2. yojson >= "1.3.2"
  3. base-unix
  4. dune >= "2.0"
  5. ocaml >= "4.03.0"

Dev Dependencies

None

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.