YueChen-C / py-ios-device

IOS Professional Performance Testing Tool . You can get CPU, GPU, Memory , Lifecycle and other metrics from real iOS devices . iOS 性能测试工具
GNU General Public License v3.0
667 stars 183 forks source link

server > mc_install.py > MCInstallService().install_profile() #100

Closed linyajun558 closed 1 year ago

linyajun558 commented 1 year ago

这个方法是用来安装安装证书描述文件的吗?例如抓包的证书 def install_profile(self, payload): self.service.send_plist({'RequestType': 'InstallProfile', 'Payload': payload}) return self.service.recv_plist() payload应该传什么?方便解答一下么?我想通过这个方法给手机安装可信任证书,可行么?

YueChen-C commented 1 year ago

pyidevice profiles install --path Downloads/charles-certificate.pem