简体   繁体   中英

“SO” file conversion to readable format

有什么方法可以将“.so”文件转换为源代码或一些可读格式的文件。

Source code is probably hard, since the .so doesn't "know" which language it was written in.

But you can browse around in the assembly code by doing something like this:

$ objdump --disassemble my_secret.so | less

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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