# Retrieve dependent libraries **Repository Path**: gaoapp/retrieve-dependent-libraries ## Basic Information - **Project Name**: Retrieve dependent libraries - **Description**: Python文件,获取目录中可行执行文件/动态库的依赖库的集合。 - **Primary Language**: Python - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-11 - **Last Updated**: 2025-10-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Retrieve dependent libraries #### 介绍 Python文件,获取目录中可行执行文件/动态库的依赖库的集合。 #### 软件主要函数说明 1.main函数指定目录(某程序的解压缩文件),再添加必要的可执行文件名和库名。 2.get_dependencies函数使用迭代的方法,迭代停止条件:查找最终无依赖库的库。 3.将所有库拷贝到新的目录中。 #### 使用说明 python3 findsoLibs.PY #### 仓库构成 1.Python文件:findsoLibs.py 2.README.md