New user? Get started!

DataRescue IDA Pro Advanced v5 2 Linux Windows MacOSX YAG UNiQUE HexRays

Download!

Download this torrent!

 or use the magnet link

28 seeds, 8 leechers

To start this P2P download, you have to install a BitTorrent client like Vuze.

Category: Software > Other operating systems

Total size: 189.75 megabyte

Added: 584 days ago

Share ratio: Excellent28 seeds, 8 leechers

Last updated: 20 days ago

Downloads: 74,913

Alternative download: This download might also be available on Usenet. Click here to download the UseNeXT client.
Or search for similar torrents.

Advertise here

Description:

26/11/2007: IDA Pro 5.2 public release

IDA Pro 5.2 feature preview

HIGHLIGHTS

Improved iPhone support

IDA Pro 5.2 handles iPhone executables out of the box.

Much improved ARM and PowerPC support

The updated ARM module supports 200 new instructions. This module started with mere 38 instructions: the ARM was a small and sleek processor; now it boasts 3 different instruction encodings [arm, thumb, thumb32], dsp, floating point, vector, simd, and even java instructions!

Much improved PowerPC module

The PowerPC module has ~40 new instructions.

Easy debugger scripts in IDC

The debugger is finally available from IDC. There is no need to write complex plugins, install event handlers and express the logic in a finite state machine form. Simple and natural functions that allow to wait for the next debugger event and continue the script without yielding control to the ida kernel have been introduced.

Improved type support

The type system has been improved to support types of abitrary length and complexity (there was a limitation of 1024 bytes per type descriptor). The user interface offers a new window to display and manipulate local types. This allows for easy migration of types from one database to another. You can even export all local types in a compiler readable form!

www.datarescue.com/idabase/52preview/index.htm


----------------



Release-Date: 2007-12-01
Program Typ : decompiler
URL : http://www.hex-rays.com


Release-Notes:
==============


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.