paradiseduo / H5GG

an iOS cheat engine for JavaScript APIs & Html5 UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

H5GG

Discuss in Discord or iOSGods

an iOS Cheat Engine for JavaScript APIs & Html5 UI.

provide memory APIs likely Android-GG's Lua APIs.

support load scripts(*.js or *.html file) from loacl or network.

support load dylib plugin for javascript api (demo).

support auto search static pointer and offsets of the value.

and you can customize UI by using HTML+CSS without computer.

and you can make your own tweak(dylib) by click one button, so easy!

For fuzzy search it is recommended to use: https://igg-server.herokuapp.com/

H5GG supported 4 modes to run:

  1. inject H5GG.dylib to ipa for non-jailbreak devices

  2. tweak(deb) auto load into all app for jailbroken devices

  3. standalone APP for jailbroken devices(compatible with iPad's SlideOver+SplitView)

  4. Float On Screen for jailbroken devices(not compatible with iPad's SlideOver+SplitView), tested on ios11~ios14

and there is a special version for TrollStore

h5gg-official-plugin h5frida:

1: support invoke any C/C++/Objective-C function (without jailbroken)

2: support hook any module's Objective-C method (without jailbroken)

3: support hook any module's C/C++ exprot function (without jailbroken)

4: support hook any module's C/C++ internal function/instruction (jailbroken only)

5: support inline-hook app-module's C/C++ function/instruction (without jailbroken)

6: support code-patch (patch-offset) with bytes dynamically (without jailbroken)

screenshots:

text

text

text

text

Design Html Menu UI in EasyHtml on iPhone/iPad

(install EasyHtml from AppStore!)

text

the host app need get-task-allow entitlement (jailbroken or sign by Developer Certificate, not sign by Distribution Certificate)

text

Dependences:

the GlobalView module of Floating APP requires these tweaks and may need to update for new ios version.

  • BackgrounderAction : libH5GG.B12.dylib (jp.akusio.backgrounderaction12) for ios11~ios12

  • BackgrounderAction2 : libH5GG.B.dylib (jp.akusio.backgrounderaction13) for ios13+

  • libAPAppView : libH5GG.A.dylib (com.rpgfarm.libapappview) for ios13+

it's all completely free & open source!

About

an iOS cheat engine for JavaScript APIs & Html5 UI

License:GNU General Public License v3.0


Languages

Language:C 70.4%Language:C++ 20.4%Language:HTML 2.6%Language:Objective-C++ 2.2%Language:Objective-C 1.6%Language:JavaScript 1.4%Language:CMake 1.0%Language:Shell 0.2%Language:Makefile 0.1%Language:Assembly 0.1%Language:CSS 0.0%