views:

245

answers:

2

How can I decompile Linux binaries (*.so) from Windows? Thanks.

+2  A: 

I like IDA debugger. It can handle Linux binaries.

Sergius
+1  A: 

You can try Boomerang; you will need to build it first from source as the provided binaries don't cover this case. If you absolutely refuse to compile anything, try the binary distribution for Linux and run it in a virtual Linux machine on Windows.

Martin v. Löwis