Is there any way to decompile Linux .so?

后端 未结 2 611
渐次进展
渐次进展 2020-12-06 04:19

Is there any way to decompile Linux .so?

2条回答
  •  臣服心动
    2020-12-06 05:23

    There are decompilers, but a decompiler might not emit code in the same language that the original program was written in.

    There are also disassemblers, which will reassemble the machine code into assembly.


    The Decompilation Wiki may be a good source of additional information.

提交回复
热议问题