hadisinaee / dynamic-apps

Pre-built Dynamic Linux ELFs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 dyamic/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 ...

About

Pre-built Dynamic Linux ELFs


Languages

Language:C 39.8%Language:Shell 17.5%Language:Go 11.2%Language:Makefile 6.7%Language:C++ 6.5%Language:HTML 5.3%Language:JavaScript 5.1%Language:Rust 4.6%Language:Python 3.1%Language:Perl 0.1%Language:Lua 0.1%Language:Ruby 0.1%