package radare2
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  OCaml interface to r2
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      v0.0.7.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=4de0594aeea2495e5d992c14a696ebce
    
    
  sha512=93a89d07941de6fdc3df3dd740ebfe3def6fb5eb775cc79e698dd9d0a1e0f83638c136708ddb1af0065d5f8b4aec4914f5c3286fbe2d4e5abc70e8c13032eb65
    
    
  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: 09 Aug 2020
Dependencies (6)
- conf-radare2
- 
  
    yojson-android
  
  
    >= "1.3.2"
- 
  
    yojson
  
  
    >= "1.3.2"
- base-unix
- 
  
    dune
  
  
    >= "2.0"
- 
  
    ocaml
  
  
    >= "4.03.0"
Dev Dependencies
None
Used by
None
Conflicts
None
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page