WineHQ

IDA Pro

IDA Pro 5.2 (Nov 2007)

 

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!

Detailed list of changes c­an be found: here­

Application Details:

Version: 5.2
License: Retail
URL: https://www.hex-rays.com/idapr...
Votes: Marked as obsolete
Latest Rating: Silver
Latest Wine Version Tested: 1.1.16

Maintainers: About Maintainership

Test Results

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results

What works

Everything.

What does not

Workarounds

What was not tested

I believe all features were tested and worked.

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

Used "Windows XP" Windows version for Wine configuration. Tested both 32-bit (idag.eexe) and 64-bit (idag64.exe) IDA executables.

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
ShowMac OS X 10.5 "Leopard"Mar 05 20091.1.16Yes Yes Silveran anonymous user 
CurrentGentoo Linux x86_64Dec 03 20081.1.9Yes Yes PlatinumRandal T.Rioux 
ShowGentoo Linux x86_64Jan 12 20080.9.53.Yes Yes SilverSamu Voutilainen 
ShowDebian GNU/Linux 5.x "Lenny"Dec 02 20070.9.50.Yes Yes Platinuman anonymous user 

Known Bugs

Bug # Description Status Resolution Other apps affected
16182 Scrollbar background incorrectly blank/white in IDA Pro NEW View
16183 Popup text is immediately overwritten by background in IDA Pro NEW View
18930 IDA Pro: Failing to allocate an enormous image CLOSED FIXED View

Show open bugs

HowTo / Notes

Text is cut off/garbled in the disassembly view

Use winetricks work around the font display problem:

$ wget http://winetricks.googlecode.com/svn/trunk/src/winetricks

­

$ bash winetricks corefonts
Keyboard layout error: Failed to get the scan code

If you get a message box on startup, stating:

­­"Keyboard layout error: Failed to get the scan code of '~' (VkKeySca­n failure)"

Either check the box "don't display that message again" or go to the following directory:

­$ cd /home/.wine/c_drive/Program Files/IDA/cfg

Then open the file "idagui.cfg" with a text editor, and locate the line containing the following:

"BitwiseNegate" = '~'

and comment it out:

//"BitwiseNegate" = '~'

save and restart.

Comments

Back