Jump to content

AnotherLurker

Senior Member
  • Posts

    1,093
  • Joined

  • Last visited

Everything posted by AnotherLurker

  1. Share the solution and mark it solved.
  2. Go into iFile->application path, set the executable owner and group to mobile, mobile
  3. Good luck finding help on a mostly-iOS forum
  4. You're on your own sorry
  5. When a watchpoint activates, it breaks at the address at which its value was changed, go to that address in IDA (or "x/i address" in gdb) to view the instruction it broke at, Find out which of the registers in the instruction contain your value (use "info all-registers" to get a list of all register values, including float)
  6. I would recommend using Rasticrac as it's been more reliable as of late
  7. This is the basic Template: %hook TargetClass //TargetClass from Flex - (void)productPurchased:(id)product //Target Method from flex, MAKE SURE to add names after :(id), :(bool), :(int) etc name = nil; //Set the argument to nil (null), use the name you provided for the argument %orig(); //call %orig;, Note how the method is - (void), if it was something else, use "return %orig();" } %end You result should be: (Please don't look this before attempting to fill out the template above, so you can actual learn)
  8. You can't remove ASLR from arm64 binaries, According to iH8sn0w, the kernel enforces it
  9. Make it an Option, you are DiDA after all
  10. I like the changes, good job DiDA!
  11. @@secretlover94 Contact saurik about the bootloop, he is after all the creator of Cydia Impactor. He might be able to fix your problems
  12. Do you have the Kik app enabled in Settings?
  13. Make sure your phone is jailbroken before you do this ^
  14. Is Anyone here good at Windows Development?

  15. Just do make package make package install was designed to be used from a computer. (That's why it uses xcode-select)
  16. You can NOP the sub r1, r1, r2 or just hook the method: %hook CurrencyWallet - (bool)spendValue:(unsigned int)value { return YES; } %end
  17. Basically what I said
  18. Basically clickbait to press like & thanks
  19. Is this kirb's theos? if so run make update theosand then compile
  20. @ export THEOS=/path/to/theos
  21. I lost all my progress in one of my games
×
  • 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