Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么办法可以反编译Linux .so?
有反编译器,但反编译器可能不会以与编写原始程序的语言相同的语言生成代码。
还有反汇编器,它将机器代码重新组装成汇编。
反编译 Wiki可能是一个很好的附加信息来源。
例如,您可以反汇编代码objdump(1)。
objdump(1)