.SO 文件扩展名

Shared Library

开发者 不适用
受欢迎程度
3.9  |  249 
 

什么是 SO 文件?

An SO file is a shared library used by programs installed on the Linux and Android operating systems. It contains common program functions and logic that multiple programs require access to. SO files allow programs to access common functions from one shared place in a computer's system memory, rather than implementing their own versions of the functions. This streamlines the programs' structure as well as their interaction with users' operating systems.

更多信息

Much like Windows .DLL files, SO files are saved in a specific place in a user's file system and "dynamically linked" to programs at runtime, meaning they are loaded only when needed. When a program needs to perform a common function stored in an SO file, it calls that SO file, relying on the fact that the SO file has a specific name and is stored in a specific location. If the function is linked to other SO files, the program also calls the linked SO files.

SO files often reside in the following Linux directories:

  • /​lib
  • /​usr/​lib
  • /​usr/​local/​lib

C and C++ programs installed on the Linux and Android operating systems most commonly use SO files. Developers often build SO files using the "gcc" C/C++ compiler included in the GNU Compiler Collection (GCC).

如何打开 SO 文件

SO files are not meant to be opened. Also, in most cases, you should not move or rename an SO file, as programs require SO files to have specific names and reside in specific locations to call them.

Advanced Linux users can use the command nm -D path/to/filename.so.# to view a list of the functions an SO file contains.

使用File Viewer Plus打开 400 多种文件格式。免费下载

可打开或引用 SO 文件的程序

没有可用的程序
分类: 开发者
更新时间: 2021-04-20

验证者 FileInfo.com

FileInfo.com 团队 独立研究了本页面列出的 Shared Library 文件格式和 应用。 我们的目标是达到 100% 的准确率,并且仅发布我们已验证过的文件类型信息。

如果您想为此页面提出新增或更新建议,请告诉我们