package rdr

  1. Overview
  2. Docs
Rdr is a cross-platform binary analysis and reverse engineering tool, utilizing a unique symbol map for global analysis.

Install

Dune Dependency

Authors

Maintainers

Sources

v1.1.tar.gz
md5=ac168972caecb7fca0d1f73480e30aea

Description

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.

It 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).

See the README at http://github.com/m4b/rdr for more details.

Features:

  • 64-bit Linux and Mach-o binary analysis
  • Searchable symbol-map of all the symbols on your system, including binary offset, size, and exporting library
  • Print imports and exports of binaries
  • Make pretty graphs, at the binary or symbol map level

Published: 11 Jul 2015

Dependencies (3)

  1. ocamlbuild build
  2. ocamlfind build
  3. ocaml >= "4.02" & < "5.0.0"

Dev Dependencies

None

Used by

None

Conflicts

None