DoranekoSystems / ceserver-ios

Porting ceserver to iOS and Mac.No jailbreak is required for operation.
GNU General Public License v3.0
32 stars 8 forks source link
debugger ios macos reverse-engineering

ceserver-ios

Porting ceserver to iOS.No jailbreak is required for operation. It also works on macOS.

Usage

iOS

with a Jailbroken iPhone

Place your PC and iphone in the same network.
Place ceserver and Entitlements.plist in /usr/bin.

Connect to the iphone via ssh.

cd /usr/bin
chmod a+x ceserver
ldid -SEntitlements.plist ceserver
./ceserver

without a Jailbroken iPhone

Set up the same way as FridaGadget to force loading of libceserver.dylib.
Connect to the network from CE as usual.
The debugger does not work.
Log output is written to NSLog.

Mac

sudo ./ceserver

Tested

Project Status

Progress

Build

iOS

./build.sh

Mac

make