• Stars
    star
    191
  • Rank 202,877 (Top 4 %)
  • Language Logos
  • Created over 2 years ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Allow Xcode to start a custom debugserver with root privileges to debug iOS apps.

XcodeRootDebug

中文

Allow xcode to start a custom debugserver with root privileges to debug iOS apps.

Currently only tested on the following jailbroken devices:

  • iPhone 6s 14.2
  • iPhone 7 13.6.1
  • iPhone 11 Pro 14.2

Theoretically supports iOS10 and above devices, including A12.

Repo:https://repo.byteage.com

Background

Usually, when we use xcode for real machine debugging, there are the following limitations:

  1. The debugger can only be started with mobile permissions
  2. The debugger that can be started can only be /Developer/usr/bin/debugserver

Based on the above limitations, the following problems arise:

  1. Unable to debug system processes, such as: CydiaSafiri
  2. Unable to debug the app downloaded from AppStore, the app needs to be re-signed after smashing the shell

To solve the above problems, you need to use debugserver with high permissions. For the specific configuration process, you can refer to the article Tips and Problem Handling for Configuring DebugServer + lldb Debugging Environment under iOS12.

To solve the above limitations, you need to install this tweak.

After installing this tweak, it will allow developers to use xcode to start a custom debugserver with root privileges for debugging.

You can set the tweak in settings。

Article

You can read this post to get some information.

ScreenShots

More Repositories

1

Reveal2Loader

Reveal2Loader compatible with iOS8 ~ iOS14
Shell
123
star
2

EasyDev

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

ZeroTieriOSFix

A Tweak that allows ZeroTier One app to use a custom planet server
Logos
45
star
4

ktool

一个包含iPA重签名以及dylib注入的命令行工具,做非越狱Hook会用得到。
Objective-C++
34
star
5

Replica

A powerful IPA re-signing tool on macOS
C
21
star
6

debugserverXII

debugserver 的包装器,解决`iOS12`越狱设备调试出现 `Terminated due to code signing error`的问题。
C++
16
star
7

killAntiDebugging

一个过iOS应用简单反调试功能的CaptainHook Tweak
Objective-C++
14
star
8

NoLockOnAC

Jailbreak tweak that automatically disables screen lock when plugged in
Logos
10
star
9

Tap2Debug

tap shortcut to debug app (support iOS11/12/13/14 and A12)
Logos
8
star
10

rmPIE

去除MacOS/iOS应用的ASLR功能
C++
8
star
11

CSUnlocker

CamScanner(扫描全能王) VIP 破解插件
Objective-C
6
star
12

filemon

Useful file monitoring tool on iOS
Objective-C
6
star
13

QLProvisioning

一个查看.mobileprovision文件的Quick Look插件,可显示证书状态
C
5
star
14

iRightMenu-issues

User reported issues for iRightMenu. QQ Group: 235856891
5
star
15

LabHookKit

C++封装的OC平台的Hook库,增加逆向分析的难度
Objective-C
4
star
16

d810

fork 自 https://gitlab.com/eshard/d810 添加了参考文章、测试样本,作为备份
Python
4
star
17

CLLNoAds

车来了去广告插件
Logos
3
star
18

mimi

一个用于扫描.h/.m/.mm文件,自动生成符号混淆宏定义文件的工具
C++
3
star
19

VboxNoAd

Vbox app removes all Ad.
Logos
2
star
20

MyBusNoAds

掌上公交去广告
Logos
2
star
21

strings2plist

简单的将iOS中*.strings文件内容转换为plist文件
Objective-C
1
star
22

FPTweak

让微信和支付宝在越狱设备上启用指纹支付。
Objective-C++
1
star
23

BulletDark

聊天宝 - 子弹短信抢红包插件
Objective-C
1
star