Hex-Rays ARM Decompiler is a decompiler that transforms binary applications into a high level readable text.
Unlike disassemblers, which perform the same task at a lower level, the decompiler output is
concise, closer to the standard way programmers use to write applications. This alone can save
hours of work because analysts mentally map the disassembly output to high-level concepts.
Decompiler frees them of this routine and boring task. Since the decompiler output is similar to
high level languages, any regular C/C++ programmer can understand it.
Hex-Rays ARM Decompiler is the first decompiler that can handle real world applications. It embodies more
than ten years of proprietary research and implements unpublished algorithms and innovative
ideas. Its output is clean, well structured, and easily modifiable.