【问题标题】:Is there any way to decompile Linux .so?有什么办法可以反编译Linux .so?
【发布时间】:2011-01-19 09:39:25
【问题描述】:

有什么办法可以反编译Linux .so?

【问题讨论】:

标签: c++ c linux decompiler shared-libraries


【解决方案1】:

例如,您可以使用objdump(1) 反汇编代码。

【讨论】:

    【解决方案2】:

    decompilers,但反编译器可能不会以与编写原始程序相同的语言生成代码。

    还有disassemblers,会将机器码重新组装成汇编。


    The Decompilation Wiki 可能是一个很好的额外信息来源。

    【讨论】:

      猜你喜欢
      • 2012-11-22
      • 1970-01-01
      • 2021-11-22
      • 1970-01-01
      • 2022-01-26
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多