= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Rdr is a cross-platform binary analysis and reverse engineering library,
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
Authors
Maintainers
Sources
v2.0.1.tar.gz
md5=5d963556379e7f6192513d76f9b32b44
Description
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).
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
Published: 17 Aug 2015
Dependencies (3)
-
ocamlbuild
build
-
ocamlfind
build
-
ocaml
>= "4.02" & < "4.06.0"
Dev Dependencies
-
None
Used by (1)
Conflicts
-
None
On This Page