liuhe3647 / ceserver-ios

Porting ceserver to iOS and Mac.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ceserver-ios

Porting ceserver to iOS.Dynamic analysis is possible with Cheat Engine.
It also works on macOS.

Usage

iOS

Jailbreaking of iphone is required.
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

Mac

sudo ./ceserver

Tested

  • Windows:CE 7.5(patreon)
    => Note:The module size is inaccurate, whether due to CE or not.
  • Mac:CE 7.4.3(patreon)

Project Status

Progress

  • Memory read/write and search
  • Pointer Scan
  • Enumerate Modules
  • Enumerate Memory Ranges

Build

iOS

./build.sh

Mac

make

About

Porting ceserver to iOS and Mac.

License:GNU General Public License v3.0


Languages

Language:Objective-C++ 75.5%Language:C 19.4%Language:C++ 4.0%Language:Shell 0.8%Language:Makefile 0.3%