如何从 Windows 反编译 Linux 二进制文件?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1558370/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 13:16:41  来源:igfitidea点击:

How can I decompile Linux binaries from Windows?

windowslinuxbinaryfilesdecompiler

提问by Alon Gubkin

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

如何从 Windows 反编译 Linux 二进制文件 (*.so)?谢谢。

采纳答案by Martin v. L?wis

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.

你可以试试回旋镖;您需要先从源代码构建它,因为提供的二进制文件不涵盖这种情况。如果您绝对拒绝编译任何东西,请尝试 Linux 的二进制发行版并在 Windows 上的虚拟 Linux 机中运行它。