Jump to content

Alan_016878

Member
  • Posts

    64
  • Joined

  • Last visited

Everything posted by Alan_016878

  1. This my command attach myappname (the game frozen) w s e — 0x123456789 (success set watchpoint) But the game is frozen how can I change the value?
  2. @Ted2 Hi,legend. Thank for your good tutorial!!! However,one big question. Working fine to step which is w s e -blablabla But the game is frozen how can I change the value? Please help me QQ Thanks!!
  3. this code is in dump.cs: public int FreeCoinsBonusAmount(); // RVA: 0x10128F180 Offset: 0x128F180 I want to hook this. Make it return 999999; I already try using ida. It't work but I want to hook not modify. But I can't find a way to hook using the offset In ida, the function name is GameManager$$FreeCoinsBonusAmount(running script.py already) Any solution? And another small question Does any debug tool working on iOS 12? My Lddb is not work, dose anyone's debug tool work? p.s I test on the game named football strike...
  4. ==> Preprocessing Tweak.xm… Experimental shift on scalar is now forbidden at /private/var/theos/vendor/logos/bin/lib/Logos/Group.pm line 107, near "$args;" Experimental shift on scalar is now forbidden at /private/var/theos/vendor/logos/bin/lib/Logos/Group.pm line 108, near "$args;" Compilation failed in require at (eval 9) line 1. BEGIN failed--compilation aborted at (eval 9) line 1. at /var/theos/bin/logos.pl line 22. BEGIN failed--compilation aborted at /var/theos/bin/logos.pl line 22. make[3]: *** [/var/theos/makefiles/instance/rules.mk:265: /var/mobile/test4/.theos/obj/arm64/Tweak.xm.mm] Error 255 rm /var/mobile/test4/.theos/obj/arm64/Tweak.xm.mm ==> Preprocessing Tweak.xm… Experimental shift on scalar is now forbidden at /private/var/theos/vendor/logos/bin/lib/Logos/Group.pm line 107, near "$args;" Experimental shift on scalar is now forbidden at /private/var/theos/vendor/logos/bin/lib/Logos/Group.pm line 108, near "$args;" Compilation failed in require at (eval 9) line 1. BEGIN failed--compilation aborted at (eval 9) line 1. at /var/theos/bin/logos.pl line 22. BEGIN failed--compilation aborted at /var/theos/bin/logos.pl line 22. make[3]: *** [/var/theos/makefiles/instance/rules.mk:265: /var/mobile/test4/.theos/obj/armv7/Tweak.xm.mm] Error 255 rm /var/mobile/test4/.theos/obj/armv7/Tweak.xm.mm make[2]: *** [/var/theos/makefiles/instance/library.mk:33: /var/mobile/test4/.theos/obj/armv7/test4.dylib] Error 2 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [/var/theos/makefiles/instance/library.mk:33: /var/mobile/test4/.theos/obj/arm64/test4.dylib] Error 2 make[1]: *** [/var/theos/makefiles/instance/library.mk:24: internal-library-all_] Error 2 make: *** [/var/theos/makefiles/master/rules.mk:111: test4.all.tweak.variables] Error 2 I used default tweak.xm in iOSGods tweak patcher v3.1 Beside,I’m using theosinstaller to install Theos. I got error. How can I fix it? Thanks!!!!!!
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines