From b13030f035b4ab7c7788c764d51fa1841dc8837e Mon Sep 17 00:00:00 2001 From: Cr4sh Date: Mon, 16 Mar 2015 00:47:14 +0700 Subject: [PATCH] readme updated --- README.md | 5 ++++- docs/README.html | 6 +++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c608d5..dde7cdb 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ REIL was initially developed by [Zynamics](http://www.zynamics.com/) as part of * «REIL: A platform-independent intermediate representation of disassembled code for static code analysis» ([PDF](http://static.googleusercontent.com/media/www.zynamics.com/en//downloads/csw09.pdf)) -However, after Zynamics was acquired by Google they abandoned BinNavi, so, I decided to develop my own implementation of REIL. I made my implementation relatively small and portable in comparison with original, the translator itself is just a single library written in C++, it can be statically linked with any program for static or dynamic code analysis. The higher level API of OpenREIL is written in Python, so, it can be easily utilized in plugins and scripts for your favourite reverse engineering tool (almost all modern debuggers and disassemblers has Python bindings). +However, after Zynamics was acquired by Google they abandoned BinNavi, so, I decided to develop my own implementation of REIL. I made it relatively small and portable in comparison with original, the translator itself is just a single library written in C++, it can be statically linked with any program for static or dynamic code analysis. The higher level API of OpenREIL is written in Python, so, it can be easily utilized in plugins and scripts for your favourite reverse engineering tool (almost all modern debuggers and disassemblers has Python bindings). OpenREIL is not a 100% compatible with Zynamics REIL, it has the same ideology and basics, but there's some changes in IR instruction set and representation of the traget hardware platform features. @@ -73,6 +73,9 @@ Example for Debian: ``` $ sudo apt-get install gcc make nasm python python-dev python-numpy cython +$ tar -xpvf openreil-0.1.tar.bz2 +$ cd openreil-0.1 +$ ./autogen.sh $ ./configure $ make $ make test diff --git a/docs/README.html b/docs/README.html index 0afafa3..4f32f86 100644 --- a/docs/README.html +++ b/docs/README.html @@ -3,6 +3,7 @@ README.md - Grip +