Skip to content

unikraft/dynamic-apps

Repository files navigation

Pre-Built Dynamic ELFs

This is a repository of built/configured Linux dynamic ELFs to be used with the Unikraft ELF Loader, i.e. in binary-compatibility mode. Each directory consists of all required files to run the ELFs in binary-compatibility mode:

  • the actual ELF
  • the dynamic/shared libraries it depends on
  • configuration files

The best way to use these applications is via the run_elfloader script.

Directories are populated via the extract.sh script that creates the corresponding library hierarchy. For example, the command below is used to extract the libraries for the sqlite3 ELF:

$ ./extract.sh sqlite3/sqlite3 sqlite3/
Copying /lib/x86_64-linux-gnu/libaudit.so.1 ...
Copying /lib/x86_64-linux-gnu/libselinux.so.1 ...
Copying /lib/x86_64-linux-gnu/libutil.so.1 ...
Copying /usr/lib/sudo/libsudo_util.so.0 ...
Copying /lib/x86_64-linux-gnu/libc.so.6 ...
Copying /lib/x86_64-linux-gnu/libcap-ng.so.0 ...
Copying /lib/x86_64-linux-gnu/libpcre.so.3 ...
Copying /lib/x86_64-linux-gnu/libdl.so.2 ...
Copying /lib64/ld-linux-x86-64.so.2 ...
Copying /lib/x86_64-linux-gnu/libpthread.so.0 ...