简体   繁体   中英

How to open file .so?

im trying to open a file with the extension.so. In notepad++ i can see some letters and numbers, however the most character appear this way:

€TàÅà€˜à    ©à€˜â ©â ”à¥à Uá
 T  !    !`Vâ @ áP áïÿÿ€à å¡àö†çë åñ†çë  Xà0Éà p—âp  `wâ P ã@ á "à påâ#à à¡àÐâð½è Sá  RøO-é ` áp á9  Š  SãOoOo @„  Qão o@aà  á á  áІçëP á

Someone can help me?

.so files are files, that aren't meant to be read by humans. These are libraries (like.dll files on windows), that provide functions for other programs to use. If you want a human readable representation (of the compiled code at least) try a disassembler like radare2 or ghidra.

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