Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/comex/spirit
https://github.com/comex/spirit
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/comex/spirit
- Owner: comex
- Created: 2010-07-15T17:43:06.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-07-15T17:44:04.000Z (over 14 years ago)
- Last Synced: 2024-11-08T05:39:25.285Z (3 months ago)
- Language: C
- Homepage:
- Size: 5.34 MB
- Stars: 72
- Watchers: 6
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- project-awesome - comex/spirit - (C)
README
Spirit - a jailbreak for iPhone OS 3.1.2, 3.1.3, and 3.2
by comex (et al.)Build Instructions:
- Ensure you are running Mac OS X Snow Leopard. There's not a chance in hell any other OS is going to build this mess.
-- chpwn wrote these instructions, but he is right. this is so ugly.
- MacPorts is required. Fink/etc are unlikely to work, even if they provide the same packages.
- You'll need the iPhone SDK 3.2 (or later).
- Install mingw and upx from MacPorts (for building the Win32 parts).
- Add MobileDevice.dll and CoreFoundation.dll to winstuff/lib from a Windows iTunes installation.
- Add "kern" (kernel) and "launchd" to each of the corresponding folders in igor/ipsw.
- Add required (copyrighted) headers: cp -a /System/Library/Frameworks/IOSurface.framework/Versions/A/Headers igor/headers/IOSurface
- Find the SDK: ln -s /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.2.sdk /var/sdk
- Add compilers to $PATH: export PATH=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:$PATH
- Build it: ./fullbuild.shNotes:
- Yes, this builds for Windows on OSX.
- Linux version: http://github.com/posixninja/spirit-linux
- dl (device link) is the computer-side jailbreak.
- The GUIs just wrap dl.
- igor is the iphone-side part, and probably the most interesting to examine.