Skip to content

JamesCube/BaiduNetdiskPrivate-iOS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BaiduNetdiskPrivate-iOS

基于iOS版百度云盘的解除本地p2p限速,加速下载速度,可同时下载多个项目

  • 百度网盘的ipa,自己下载个脱壳的放到对应目录
  • 项目依赖theosMonkeyDev
  • hook方法使用我自己写的KMHookBlock 方便hook方法
  • 项目基于mac os和xcode

theos 安装教程

1.ldid、Dpkg安装: (使用Homebrew进行安装)

brew install dpkg ldid

2.Theos安装
把Theos安装在/opt/theos 目录下

sudo git clone --recursive https://github.com/theos/theos.git /opt/theos  

然后把/opt/theos的权限改为自己所拥有

sudo chown $(id -u):$(id -g) /opt/theos

**最后把theos的执行路径加入到环境变量中,在~/.bash_profile中加入两行代码 **

vim ~/.bash_profile

export THEOS=/opt/theos
export PATH=/opt/theos/bin/:$PATH

source ~/.bash_profile

在终端中输入 nic.pl,New Instance Creator开始执行则已经安装成功

MonkeyDev 安装

git clone https://github.com/AloneMonkey/MonkeyDev.git
cd MonkeyDev/bin
xcode-select -p
sudo ./md-install

About

基于iOS版百度云盘的解除本地p2p限速,破解SVIP,加速下载速度,可同时下载多个项目

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Objective-C 93.5%
  • JavaScript 2.2%
  • Objective-C++ 2.1%
  • C 1.6%
  • CSS 0.4%
  • Logos 0.1%
  • Shell 0.1%