Skip to content

Diaphora and the Hex Rays decompiler

Joxean edited this page Jan 3, 2018 · 1 revision

So far, Diaphora is the only diffing tool out there, as far as I know, that uses the decompiler. The following are the features relative to the Hex-Rays decompiler currently supported:

  • Pseudo-code exporting and diffing.
  • Pseudo-code's AST (Abstract Syntax Tree) heuristics for matching functions.
  • Pseudo-code's fuzzy hashing based heuristics for matching functions.
  • Importing and exporting pseudo-code's comments.

In the future, the following features are planned:

  • Exporting and importing pseudo-code's variable and label names.
  • Exporting and setting variable types (i.e., structures).