.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% 정확성이며, 검증한 파일 유형에 대한 정보만 게시합니다.

이 페이지에 추가하거나 업데이트할 내용을 제안하고 싶으시면 알려 주세요.