|
|
|
|
|
by cle
2213 days ago
|
|
It can statically link Linux executables, including musl libc, libssl, libcrypto, and other libs that are usually dynamically linked. It can't do this for non-Linux executables (e.g. Windows, Mac). On those OSs, the executables are dynamically linked with system libraries. |
|