honykey
1/3 Games Approved
hello, i created a imgui menu supported no jailbreak (deb injwction sideloadly)
i a decrypt dylib any mods to see a hook and view substrate menu
how i add a substrate to no jailbreak menu
i a test added substrate and kitty memory
and i open menu i crash the game
with Frameworks/UnityFramework.framework/UnityFramework
and with UnityFramework.framework/UnityFramework
any path has crashing
thanks for feedback :)
i a decrypt dylib any mods to see a hook and view substrate menu
how i add a substrate to no jailbreak menu
i a test added substrate and kitty memory
Objective-C:
#define HOOK(offset, ptr, orig) MSHookFunction((void *)getRealOffset(offset), (void *)ptr, (void **)&orig)
#define HOOK_NO_ORIG(offset, ptr) MSHookFunction((void *)getRealOffset(offset), (void *)ptr, NULL)
uint64_t getRealOffset(uint64_t offset){
return KittyMemory::getAbsoluteAddress("UnityFramework", ((offset ^ _utils.cryptBases[1]) - _utils.cryptBases[0]));
}
and i open menu i crash the game
with Frameworks/UnityFramework.framework/UnityFramework
and with UnityFramework.framework/UnityFramework
any path has crashing
thanks for feedback :)