Jump to content

Laxus

Cheater
  • Posts

    26,856
  • Joined

  • Last visited

Everything posted by Laxus

  1. Please read our "iOSGods App+ Frequently Asked Questions & Answers" topic here: https://iosgods.com/topic/100620-iosgods-app-frequently-asked-questions-answers/
  2. Updated! This hack is now updated to the current App Store version!
  3. Updated! This hack is now updated to the current App Store version!
  4. Updated! This hack is now updated to the current App Store version!
  5. Updated! This hack is now updated to the current App Store version!
  6. Try this. If you trying to do a function pointer and it crash, create a function pointer inside a function then call it uint64_t aslr_for_framework(const char* framework) { int image_count = _dyld_image_count(); for (int i = 0; i < image_count; i++) { if (strstr(_dyld_get_image_name(i), framework)) { return _dyld_get_image_vmaddr_slide(i); } } return 0; // could not find image } uint64_t getRealOffset(uint64_t offset) { uint64_t aslr = aslr_for_framework("UnityFramework"); //frameworks binary name NSLog(@"ASLR %#llx", aslr); return aslr+offset; } uint64_t getRealOffset(uint64_t offset);
  7. Stop asking update for non-jb version in the jailbreak topic version else you will be ignored
  8. Outdated link, I updated the link again. Else you can try searching for the game on iOSGods App
  9. Information This request or parts of this request have been filled. Please use the search bar on iOSGods.com to find the topic(s) or try searching on the iOSGods App.
  10. Updated! This hack is now updated to the current App Store version!
  11. Updated! This hack is now updated to the current App Store version!
  12. Updated! This hack is now updated to the current App Store version!
  13. Updated! This hack is now updated to the current App Store version!
×
  • 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