Code Monkey home page Code Monkey logo

baidunetdiskprivate-ios's Introduction

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

baidunetdiskprivate-ios's People

Contributors

dodohua avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.