this repo has no description
1opam-version: "2.0"
2maintainer: "m4b <m4b.github.io@gmail.com>"
3authors: "m4b <m4b.github.io@gmail.com>"
4bug-reports: "m4b.github.io@gmail.com"
5dev-repo: "git+https://github.com/m4b/rdr"
6homepage: "http://www.m4b.io"
7build: [make "build"]
8depends: [
9 "ocaml" {>= "4.02" & < "5.0.0"}
10 "ocamlfind" {build}
11 "ocamlbuild" {build}
12]
13synopsis:
14 "Rdr is a cross-platform binary analysis and reverse engineering tool, utilizing a unique symbol map for global analysis."
15description: """
16`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.
17
18It 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).
19
20See the README at http://github.com/m4b/rdr for more details.
21
22Features:
23
24* 64-bit Linux and Mach-o binary analysis
25* Searchable symbol-map of all the symbols on your system, including binary offset, size, and exporting library
26* Print imports and exports of binaries
27* Make pretty graphs, at the binary or symbol map level"""
28url {
29 src: "https://github.com/m4b/rdr/archive/v1.0.tar.gz"
30 checksum: [
31 "sha256=f2a87e0c67b146315a33195560bf2eb99d7f989b7bcb8ccf5c3a7dc704b2c64a"
32 "md5=ed7b7154cc8745434b1db4dae9fd307b"
33 ]
34}