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 chown" "/bin/ls";;
val result : Yojson.Basic.json =
List
[
Assoc
[("offset", `Int 4294987375); ("id:", `Int 0);
("data", `String "ywritesecuritychownfile_inheritdi")]]"
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.1.tar.gz sha256=a3a9b2936951bed745f102092fcec0ccd0fd2e284bd62bcd123dc19448562713 md5=bcd91f5a13dec7b4420b403ab3557b59 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/radare2/radare2.0.0.1/opam |
No package is dependent