
01-26-2010, 11:26 PM
|
| | | Join Date: Jan 2010 Posts: 186 | |
IDA Pro Advanced v5.5 incl Hex Rays.Decompiler v1.1 Quote: About IDA: What is IDA Pro?
The official line is: IDA Pro combines an interactive, programmable, multi-processor
disassembler coupled to a local and remote debugger and augmented by a complete plugin
programming environment. Quite a mouthful, isn't it? We are aware that the above speaks only to
geeks. The “raison d'être” of this small document is to clarify the nature and the purpose of IDA to
the non-technical user. IDA Pro is a disassembler
As a disassembler, IDA Pro explores binary programs, for which source code isn't always available,
to create maps of their execution. The real interest of a disassembler is that it shows the instructions that are
actually executed by the processor in a symbolic representation called assembly language. If the friendly
screen saver you have just installed is spying on your e-banking session or logging your e-mails, a
disassembler can reveal it. However, assembly language is hard to make sense of. That's why advanced
techniques have been implemented into IDA Pro to make that code more readable, in some cases, quite close
to the original source code that produced the binary program. The map of the program's code then be
postprocessed for further investigations. Some people have used it as the root of a genomic classification of
viruses. (digital genome mapping – advanced malware analysis) IDA Pro is a debugger
But, in real life, things aren't always simple. Hostile code usually does not cooperate with the
analyst. Viruses, worms and trojans are often armored and obfuscated. More powerful tools are required.
The debugger in IDA Pro complements the static analysis capabilities of the disassembler: by allowing to
single step through the code being investigated, the debugger often bypasses the obfuscation and helps obtain
data that the more powerful static disassembler will be able to process in depth. IDA Pro can be used as a
local and as a remote debugger on various platforms, including the ubiquitous 80x86 (typically
indows/Linux) and the ARM platform (typically Windows CE PDAs) and other platforms. Remote
debuggers are very useful when one wants to safely dissect potentially harmful programs.
Some of IDA debuggers can run the application in a virtual environment: this makes malware analysis even
safer. IDA Pro is interactive
Because no computer can currently beat the human brain when it comes to exploring the unknown,
IDA Pro is fully interactive. In sharp contrast with its predecessors, IDA always allows the human analyst to
override its decisions or to provide hints. Interactivity culminates in a built-in programming language and an
open plugin architecture. IDA Pro is programmable
IDA Pro contains a complete development environment that consists of a very powerful macro-like
language that can be used to automate simple to medium complexity tasks. For more advanced tasks, our
open plugin architecture puts no limits on what external developers can do to enhance IDA Pro's
functionality. One could, for example, extend IDA Pro with a MP3 player and make malware sing. However,
we suspect our governmental customers are involved in more serious projects. Code: Source: http://www.hex-rays.com/idapro/overview.htm
About Hex-Rays Decompiler: We are pleased to present our flagship product, the Hex-Rays Decompiler, which brings binary software analysis within reach of millions of programmers. It converts executable programs into a human readable C-like pseudocode text.
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!
The pseudocode text is generated on the fly. Our technology is fast enough to analyze 99% of functions within a couple of seconds.
Currently the decompiler supports 32bit x86 compiled generated code for the x86 processors. We plan to port it to other platforms and add a programmatic API. This will allow our 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. Code: Source: http://www.hex-rays.com/decompiler.shtml
File Details: Host: Hot File Size: 87mb OS: Windows Release Group: iND Format: exe Version: v5.5
| Code: IDA.Pro.Advanced.v5.5.incl.Hex.Rays.Decompiler.v1.1-iND
http://hotfile.com/dl/25862928/a1c3cb8/IDA.Pro.Advanced.v5.5.incl.Hex.Rays.Decompiler.v1.1-iND.rar.html
no pass, enjoy
<--update_software_from_dailydown--> |