0

How can I decompile a win32 x68 executable with ubuntu linux 32 bit?

I worked on Windows with IDA Pro, but as this is a windows-virus I cannot do this on my windows-machine.

Edit: Please name me an application for that.

Johannes Mittendorfer
  • 1,102
  • 10
  • 17

1 Answers1

2

IDA is available on Linux, and can disassemble Windows files just fine.

Igor Skochinsky
  • 24,629
  • 2
  • 72
  • 109
  • Is IDA for Linux also available as a free version? – Johannes Mittendorfer Nov 02 '12 at 09:07
  • No, freeware version is only available for Windows right now. However, it seems it can [run under Wine](http://appdb.winehq.org/objectManager.php?sClass=version&iId=23368) just fine. [The demo](http://www.hex-rays.com/products/ida/support/download_demo.shtml) of the latest version is available for all three platforms. – Igor Skochinsky Nov 02 '12 at 13:09
  • Sadly, the Windows-version does not run with win. However, I'll use the demo version. Thank you! – Johannes Mittendorfer Nov 02 '12 at 16:35