20
有什么方法可以反编译Linux .so?有什么方法可以反编译Linux .so?
有什么方法可以反编译Linux .so?有什么方法可以反编译Linux .so?
有decompilers,但在原来的计划是写在相同的语言反编译器可能不发出代码。
还有disassemblers,这将重新组装机器代码转换成汇编。
The Decompilation Wiki可以是附加信息的良好来源。
您可以objdump(1)
例如拆解代码。
不适用于你正在寻找逆向工程库中的源? – jschmier 2010-02-21 18:51:43
http://stackoverflow.com/questions/1558370/how-can-i-decompile-linux-binaries-from-windows http://stackoverflow.com/questions/2168794/how-to-view-source-code- of-dll-files/2168826#2168826 – 2010-02-21 18:52:59
还有。但我想尝试一些没有源的 - 只是为了好玩... =) – Rella 2010-02-21 18:55:28