radare2version
OCaml interface to r2
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")]]"
Author | Edgar Aroutiounian <edgar.factorial@gmail.com> |
---|---|
License | BSD-3-Clause |
Published | |
Homepage | https://github.com/fxfactorial/ocaml-radare2 |
Issue Tracker | https://github.com/fxfactorial/ocaml-radare2/issues |
Maintainer | Edgar Aroutiounian <edgar.factorial@gmail.com> |
Dependencies | |
Source [http] | https://github.com/fxfactorial/ocaml-radare2/archive/v0.0.5.tar.gz md5=f77af13d20003537bb4cb9ed8ab3f4f8 sha512=72606a1f59cf44725d863000b2993454fcbbbe09ef37571f156776956b582f4cb6bba8c8bd18951d6bc0dbd51669981a80577742b47ad2cb279d0b095134b798 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/radare2/radare2.0.0.5/opam |
No package is dependent