Commit a0900654 authored by peturbg's avatar peturbg
Browse files

Add new file

parent 5eadec41
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line


However, instead of having to compile it in the program's own binary code, the SO file serves as an extension that the program just has to call on in order to use its utilities. The SO file can even be updated/replaced later without those programs having to make any changes to their own code.

Shared Library files are similar to Dynamic Link Library (DLL) files used in Windows and Mach-O Dynamic Library (DYLIB) files on macOS, except that SO files are found on Linux-based systems and the Android OS.
https://www.lifewire.com/so-file-4150722
 No newline at end of file