Skip to content
/ H5GG Public
forked from H5GG/H5GG

an iOS cheat engine for JavaScript APIs & Html5 UI

License

Notifications You must be signed in to change notification settings

abcSKY666/H5GG

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

H5GG

Discuss in https://discord.gg/H5GG or https://iosgods.com/

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 web dynamically.

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, then just select your icon and .html file, so easy!

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(support iPad's SlideOver+SplitView)

  4. Float On Screen for jailbroken devices(not support iPad's SlideOver+SplitView), this has tested on ios11+

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

it's all completely free & open source! Welcome to join development and submit bugs!

About

an iOS cheat engine for JavaScript APIs & Html5 UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 70.6%
  • C++ 20.4%
  • HTML 2.6%
  • Objective-C++ 2.1%
  • Objective-C 1.6%
  • JavaScript 1.3%
  • Other 1.4%