https://github.com/leavez/runmario
iOS jailbreak tweak that allow playing SuperMarioRun on jailbreak device
https://github.com/leavez/runmario
jailbreak tweaks
Last synced: 7 months ago
JSON representation
iOS jailbreak tweak that allow playing SuperMarioRun on jailbreak device
- Host: GitHub
- URL: https://github.com/leavez/runmario
- Owner: leavez
- License: mit
- Created: 2017-02-07T17:42:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-02T03:46:01.000Z (over 7 years ago)
- Last Synced: 2025-01-28T05:27:13.337Z (over 1 year ago)
- Topics: jailbreak, tweaks
- Language: Logos
- Homepage:
- Size: 11.7 KB
- Stars: 26
- Watchers: 4
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[NOTE] This project is deprecated! The tweak only works on 1.x (I don't remember exactly).
# RunMario
RunMario is a iOS tweak that allow you to play SuperMarioRun on a jailbreak device.
## Usage
- Install on Cydia. (It published on BigBoss, which is one of the default sources)
- or Compile with THEOS, `make package FINALPACKAGE=1`
## Why
When your iOS device is jailbreaked, SuperMarioRun.app will quit immediately after launching. It may on the perpose
of preventing cheating, but, as a developer, where are many more reasons to jailbreak my iOS device while playing
my SuperMarioRun.
## How
There are many methods of checking jailbreak state for an AppStore APP. The most common method is checking the pathes outside an app's
sandbox. By disassenble the binary, `fileExistsAtPath` is found to use for checking. Just hook this method and return NO for
some pathes outside the sandbox.
## Credits
thank @Qusic for [Xgress](https://github.com/Qusic/Xgress), as an example.