
Currently the decompiler supports 32bit compiled generated code for the x86 and ARM processors. The next plan is to port it to other platforms and add a programmatic API. This will allow customers to implement their own analysis methods. Vulnerability search, software validation, coverage analysis are the directions that immediately come to mind.
The decompiler runs on MS Windows. The GUI and text IDA versions are supported. In the text mode, only batch operation is available.
In comparison to low level assembly language, high level language representation in Hex-Rays has several advantages:
* concise: requires less time to read it
* structured: program logic is more obvious
* dynamic: variable names and types can be changed on the fly
* familiar: no need to learn the assembly language
* cool: the most advanced decompiler ever built!
Comments