Skip to content

Commit

Permalink
bump version to 0.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterMatula committed Jan 21, 2019
1 parent 8b96f93 commit 7427784
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## dev

## v0.8 (January 21, 2018)

* Added a 64-bit address space version of RetDec IDA plugin ([#21](https://github.com/avast-tl/retdec-idaplugin/issues/21)).
* Added support for decompilation of Mach-O binary files ([#11](https://github.com/avast-tl/retdec-idaplugin/issues/11)).

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.6)

project(retdec-idaplugin CXX)
set(RELEASE_VERSION "0.7")
set(RELEASE_VERSION "0.8")

# Set the default build type to 'Release'
if(NOT CMAKE_BUILD_TYPE)
Expand Down
Binary file modified doc/user_guide/user_guide.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion doc/user_guide/user_guide.tex
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ \section{Introduction}
\label{sec:introduction}
This document describes the Retargetable Decompiler's plugin for IDA (RetDec plugin). Its goal is to integrate with IDA, give transparent access to the Retargetable Decompiler and provide user-interaction capabilities like navigation or code refactoring. An example of code decompiled by Retdec plugin is shown in Figure~\ref{fig:overview}.

Retargetable Decompiler (RetDec) is a reverse-engineering tool independent of any particular target architecture, file format, operating system, or compiler. It was developed in cooperation of Faculty of Information Technology, Brno University of Technology and AVG Technologies. Since the acquisition of AVG Technologies by Avast in 2016, Avast has continued to develop the decompiler. It is using Capstone disassembler engine and a Capstone2LlvmIR library to translate machine code into a high-level-language representation. Currently, the decompiler supports the MIPS, ARM (including Thumb extension), x86, and PowerPC architectures using the Windows PE, COFF, Unix ELF, Intel HEX, and RAW binary file formats.
Retargetable Decompiler (RetDec) is a reverse-engineering tool independent of any particular target architecture, file format, operating system, or compiler. It was developed in cooperation of Faculty of Information Technology, Brno University of Technology and AVG Technologies. Since the acquisition of AVG Technologies by Avast in 2016, Avast has continued to develop the decompiler. It is using Capstone disassembler engine and a Capstone2LlvmIR library to translate machine code into a high-level-language representation. Currently, the decompiler supports the MIPS, ARM (including Thumb extension), x86, and PowerPC architectures using the Windows PE, COFF, Unix ELF, macOS Mach-O, Intel HEX, and RAW binary file formats.

RetDec can be used in the following ways:
\begin{enumerate}
Expand Down

0 comments on commit 7427784

Please sign in to comment.