libimobiledevice安装步骤

it2022-05-05  160

https://github.com/libimobiledevice/libimobiledevice

libimobiledevice安装指南,你还不知道libimobiledevice为何物,赶紧看看freebuf上的文章吧http://www.freebuf.com/news/special/53260.html

实现了iPhone,iPod Touch, Ipad等苹果设备的通讯协议,可以备份apple设备文件等等

环境准备:ubuntu16.04

sudo -i

apt-get install automake libtool pkg-config usbmuxd libplist3 libplist-dev libusbmuxd4 libusbmuxd-dev cython cython-dbg doxygen libplist++3v5 libplist++-dev libgnutls-openssl27 libgnutls-dev libssl-dev

 

 

./autogen.sh 检查环境

 

 

 然后 make

make install 

 

 

看下tools目录下的工具

转载于:https://www.cnblogs.com/nightnine/p/5478142.html


最新回复(0)