this repo has no description
1opam-version: "2.0" 2license: "BSD-3-Clause" 3maintainer: "m4b <m4b.github.io@gmail.com>" 4authors: "m4b <m4b.github.io@gmail.com>" 5bug-reports: "m4b.github.io@gmail.com" 6dev-repo: "git+https://github.com/m4b/rdr" 7homepage: "http://www.m4b.io" 8build: [ 9 [make "build"] 10] 11depends: [ 12 "ocaml" {>= "4.02" & < "5.0.0"} 13 "ocamlfind" {build} 14 "ocamlbuild" {build} 15] 16synopsis: 17 "Rdr is a cross-platform binary analysis and reverse engineering tool, utilizing a unique symbol map for global analysis." 18description: """ 19`rdr` is an OCaml tool/library for doing cross-platform analysis of binaries, by printing headers, locating entry points, showing import and export symbols, their binary offsets and size, etc. 20 21It also features a symbol map which allows fast lookups for arbitrary symbols, and their associated data, on your system (the default search location are binaries in /usr/lib). 22 23See the README at http://github.com/m4b/rdr for more details. 24 25Features: 26 27* 64-bit Linux and Mach-o binary analysis 28* Searchable symbol-map of all the symbols on your system, including binary offset, size, and exporting library 29* Print imports and exports of binaries 30* Make pretty graphs, at the binary or symbol map level""" 31url { 32 src: "https://github.com/m4b/rdr/archive/v1.1.tar.gz" 33 checksum: [ 34 "sha256=e4211e3a960a375388cf052209d97a7e18965a1e5ac2588f2d1998245be6610e" 35 "md5=ac168972caecb7fca0d1f73480e30aea" 36 ] 37}