roothide / Developer

Developer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

update jailbreak apps/tweaks for roothide

  1. install roothide/theos

    bash -c "$(curl -fsSL https://raw.githubusercontent.com/roothide/theos/master/bin/install-theos)"

    and its always automatically updated to latest with original one.

  2. Build package for roothide

    for those simple tweaks that don't use the file api to access jailbreak files, just

    make package with THEOS_PACKAGE_SCHEME=roothide

  3. Using roothide APIs if you need to use the file apis to access jailbreak files in source code

    #include <roothide.h>
    
    //then using jbroot("/path/to/jb/file") as path to access jailbreak files
    

    the jbroot API can be used in C/C++/Objective-C/Swift and its fully compatible with building rootful/rootless package

  4. If you want to build your project with Xcode instead of theos, here is the roothide sdk: devkit.zip

  5. For more details about roothide, please refer to

support

more info

About

Developer

License:MIT License


Languages

Language:Objective-C 100.0%