# adbd-linux **Repository Path**: muxi01/adbd-linux ## Basic Information - **Project Name**: adbd-linux - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-03 - **Last Updated**: 2025-12-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 1.openssl 编译 ``` cd openssl ./config ``` ## 1.1 修改Makefile ``` 改 INSTALLTOP=/usr/local/ssl OPENSSLDIR=/usr/local/ssl 为 INSTALLTOP=/root/adbd-linux/ssl OPENSSLDIR=/root/adbd-linux/ssl make && make install ``` # 2.adbd 编译 ``` cd adbd source env.sh make ``` # 2.1 adb 调试 ``` cd adbd/adb source env.sh make make debug ``` # 3.ADB KEYS存放路径 ``` /etc/adbd/adb_keys ```