package radare2

  1. Overview
  2. No Docs
OCaml interface to r2

Install

Dune Dependency

Authors

Maintainers

Sources

v0.0.6.tar.gz
md5=bec95d9d6d82c72977f81c9cbc8baba0
sha512=92f4f534b84420da2294992ca519e656020ab5529ad93e31e8107484fe4659667f6f7dde157c8e0c8baa45f6947e711e162686399031b666507594c21fad8dbe

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.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: 04 Jul 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.