Skip to content

Releases: m4b/rdr

Rdr 2.0

17 Aug 20:04
@m4b m4b
Compare
Choose a tag to compare

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

The latest release also makes rdr a package which you can link against
and use in your own projects.

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
  • Byte Coverage algorithm which marks byte sequences as understood (or not)
    and provides other meta-data

Fix mach import and stats issue

11 Jul 20:13
@m4b m4b
Compare
Choose a tag to compare
  • Fix OSX stats file not being generated correctly
  • Fix mach exports bug, causing bad sorting in symbols file
  • Fix mach imports not being generated in the created binary correctly
  • Other miscellaneous fixes, etc.

ocaml initial release, fix opam issues

22 Jun 04:02
@m4b m4b
Compare
Choose a tag to compare

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

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