.SO Bestandsextensie

Shared Library

Ontwikkelaar N.v.t.
Populariteit
3.9  |  249 Stemmen
 

Wat is een SO-bestand?

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.

Meer informatie

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).

Een SO-bestand openen

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.

Open meer dan 400 bestandsformaten met File Viewer Plus.Gratis downloaden

Programma's die SO-bestanden openen of ernaar verwijzen

Geen programma's beschikbaar

Geverifieerd door FileInfo.com

Het FileInfo.com-team heeft onafhankelijk onderzoek gedaan naar het Shared Library-bestandsformaat en de -apps die op deze pagina worden vermeld. Ons doel is 100% nauwkeurigheid en we publiceren alleen informatie over bestandstypen die we hebben geverifieerd.

Als u aanvullingen of updates voor deze pagina wilt voorstellen, kunt u het ons laten weten.