serenity/Userland/DynamicLoader
Liav A 40a8b009db DynamicLoader: Add an option to list all ELF loaded dependencies
This actually allows us to re-introduce the ldd utility as a symlink to
our dynamic loader, so now ldd behaves exactly like on Linux - it will
load all dynamic dependencies for an ELF exectuable.

This has the advantage that running ldd on an ELF executable will
provide an exact preview of how the order in which the dynamic loader
loads the executable and its dependencies.
2024-05-14 15:42:42 -06:00
..
CMakeLists.txt DynamicLoader: Add standard argument parsing for executing ELF binaries 2024-05-14 15:42:42 -06:00
main.cpp DynamicLoader: Add an option to list all ELF loaded dependencies 2024-05-14 15:42:42 -06:00
misc.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
misc.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00