Jump to content

AnotherLurker

Senior Member
  • Posts

    1,093
  • Joined

  • Last visited

Everything posted by AnotherLurker

  1. Not possible, Apple checks for code-signing.
  2. Windows 10 on bootcamp! :D

    1. Rook

      Rook

      Windows 10 > 8 7

    2. AnotherLurker

      AnotherLurker

      Windows 10 > 8 ^ 7

    3. mitosis

      mitosis

      Mac > Windows

  3. I posted a hack there once, sucked I couldn't even reply to it
  4. Wait for the binary to finish loading
  5. MyRepoSpace is dead
  6. Go into Recovery Mode
  7. Ronaldo cried all over it, rip
  8. Pangu released a jailbreak for Apple TV on tvOS 9.0 - 9.0.1 http://en.pangu.io/
  9. Share the solution and mark it solved.
  10. Go into iFile->application path, set the executable owner and group to mobile, mobile
  11. You're on your own sorry
  12. 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)
  13. I would recommend using Rasticrac as it's been more reliable as of late
  14. 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)
  15. You can't remove ASLR from arm64 binaries, According to iH8sn0w, the kernel enforces it
  16. Make it an Option, you are DiDA after all
  17. I like the changes, good job DiDA!
  18. @@secretlover94 Contact saurik about the bootloop, he is after all the creator of Cydia Impactor. He might be able to fix your problems
  19. Do you have the Kik app enabled in Settings?
  20. Make sure your phone is jailbroken before you do this ^
×
  • 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