GithubHelp home page GithubHelp logo

hshtime / monkeydev Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alonemonkey/monkeydev

0.0 1.0 0.0 3.73 MB

CaptainHook Tweak、Logos Tweak and Command-line Tool、Patch iOS Apps, Without Jailbreak.

License: Apache License 2.0

Shell 96.60% Objective-C 1.16% C 2.24%

monkeydev's Introduction

MonkeyDev

English Doc | 中文文档

A modified version of iOSOpenDev

  • easy to install
  • support the latest version of theos
  • support CaptainHook Tweak、Logos Tweak、Command-line Tool

run with the latest theos and Xcode 9 is ok。

Requirements

  • Install the latest theos
  • brew install ldid
  • SSH into your jailbroken iDevice without a password
ssh-keygen -t rsa -P ''
ssh-copy-id -i /Users/username/.ssh/id_rsa root@ip

Installation

select the Xcode to install:

sudo xcode-select -s /Applications/Xcode-beta.app

default Xcode to install:

xcode-select -p

install:

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

Usage

Create a new project, Select a template to start。

image

Compile: Commonand + B

Install:

  • set MonkeyDevInstallOnAnyBuild to YES, then Commonand + B with Debug
  • Command + Shift + i with Release, disable log print

Custom Build Settings:

image

default value: ip: localhost port: 22

The Bash profile file also can export variable。

~/.zshrc or ~/.bash_profile or others.

export MonkeyDevDeviceIP=
export MonkeyDevDevicePort=

use idevicesyslog to show log print.

Custom Settings

setting meaning
MonkeyDevBuildPackageOnAnyBuild create package on any type of build.
MonkeyDevCopyOnBuild during any build, copy the target (executable) to the device at /var/root/iOSOpenDevBuilds/
MonkeyDevDeviceIP the host name (e.g. MyiPhone.local) or IP address (e.g. 192.168.1.101) of the device you wish to use during development.
MonkeyDevDevicePort connect port of the device
MonkeyDevInstallOnAnyBuild install the package on the device on any type of build.
MonkeyDevInstallOnProfiling during a Build For Profiling (Command-Shift-I or Product > Build For > Build For Profiling), build the project's Debian package, copy the package to the device at /var/root/MonkeyDevPackages (using SSH) and install the package (using SSH and running dpkg locally on the device)
MonkeyDevRespringOnInstall after the Debian package has been built and installed, respring (i.e. kill and relaunch SpringBoard) the device.
MonkeyDevUsePackageVersionPList It indicates whether to use the target's PackageVersion.plist file to set the Debian package's control file's Version field only.
MonkeyDevPath Do not change this. This is the path to MonkeyDev which is used by other build settings.
MonkeyDevTheosPath the path to theos installed

uninstall

sudo ./md-uninstall

changelog

v 1.0

  • add CaptainHook Tweak、Logos Tweak、Command-line Tool support
  • auto link CydiaSubstrate.framwork
  • set default value to device ip and port

monkeydev's People

Watchers

James Cloos 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.