-
Posts
23 -
Joined
-
Last visited
Everything posted by Lw17117o7
-
nc
-
Yes. The first one was compiled with the rootless option and did not work. Then I used iGameGod and Derootifer and it was the same. The version should be up-to-date, as I just downloaded it yesterday - could it be an sdk issue? Or is it the CPU, because it worked fine with A10X rootless and M1 rootful I'm using Theos installed with Theos Auto Installer. the Makefile has changed very little in its contents it just setting compile for rootless. Tweak.xm crashes and doesn't work when the Framework is loaded, so I simply call MemoryPatch in Kittymemory. and found that the patched offset function is crashing (using lldb). This is the same behaviour as when I patched the offset in Jailed. Should I paste my Tweak.xm or Makefile here?
-
Hello. Last time I tried to do offset patching with Ted's Modmenu in a rootless environment, it crashed, so I decided to use Batchh ModMenu on @Laxus's advice. But it still crashes with rootless. furthermore, it doesn't crash on some iPads anymore. Does anyone have any idea what could be causing this? Crashing ones are iPadPro11 2018 iOS16.2 and iPhone13 iOS15.4 The ones that don't crash are iPadPro 11 2021 iOS14.8.1 (rootful) and iPadPro10.5 2017 iOS15.7
-
Help/Support Ted's modmenu Crash on rootless
Lw17117o7 replied to Lw17117o7's topic in Help & Support
@Laxus Any ideas? And, I tried it on another iPad and it didn't crash. But it crashes on the iPad I want to use. Not crashing is iPadPro10.5 A10X iOS15.7 Crashes on iPadPro11 A12X iOS16.2 and iPhone13 A15 iOS15.4 Help. I can't figure out what's causing this. -
Help/Support Ted's modmenu Crash on rootless
Lw17117o7 replied to Lw17117o7's topic in Help & Support
I tried using batchh's modmenu, it works fine rootful. But rootless doesn't work, it crashes when I set the framework. I tried patching the offset directly with patchoffset without loading the framework, but it still crashes. -
Help/Support Ted's modmenu Crash on rootless
Lw17117o7 replied to Lw17117o7's topic in Help & Support
Thank you. I'll check it out. -
Hello guys. I'm working on an offset patch, I'm using Ted's modmenu template and it compiled successfully and works perfectly rootful. But as soon as I switched to Dopamine, it couldn't working. i thought it was Kittymemory, so I tried using the newest Kittymemory on github, but this time I couldn't compile it and got errors. i'm trying to get modmenu to work with rootless. How do I make it work?
-
Hello. I'm trying to find an function that used strlen on libsystemplatform.dylib. The game I am trying to make cheat has a message that It has detected a memory hack So, I thought I can bypass detection if I find an function that display that message. However, Actually when I attach the game and set a watchpoint on that message, lldb showed offset is strlen function on libsystemplatform.dylib. I google it, It was just a function that manipulated strings. What I want you to tell me is 1 : Can I find a function that memory detection with use libsystemplatform.dylib (For example, Can I find a function calling strlen with lldb)? 2 : If I can't find it, is there another way? Sorry my English and my knowledge. If anyone knows how to do this, please let me know.
-
nc
-
nc
-
nice
-
nc