├── .gitignore ├── Makefile ├── README.md ├── Tweak.mm ├── Tweak.xm ├── ____Fate.plist ├── control └── fate.log /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cryptiiiic/fate/HEAD/.gitignore -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cryptiiiic/fate/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # fate 2 | FateGo Jailbreak Detection Bypass(W.I.P) 3 | -------------------------------------------------------------------------------- /Tweak.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cryptiiiic/fate/HEAD/Tweak.mm -------------------------------------------------------------------------------- /Tweak.xm: -------------------------------------------------------------------------------- 1 | Tweak.mm -------------------------------------------------------------------------------- /____Fate.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cryptiiiic/fate/HEAD/____Fate.plist -------------------------------------------------------------------------------- /control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cryptiiiic/fate/HEAD/control -------------------------------------------------------------------------------- /fate.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cryptiiiic/fate/HEAD/fate.log --------------------------------------------------------------------------------