简体   繁体   English

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

[英]Is there any way to decompile Linux .so?

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

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. 反编译Wiki可能是其他信息的良好来源。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM