Jump to content

KingRalph

Senior Member
  • Posts

    1,300
  • Joined

  • Last visited

Everything posted by KingRalph

  1. @ here you go http://i.imgur.com/ntZtctu.jpg
  2. The solution is quite simple The binary you are trying to dump is an arm64 binary, and class dump does not support arm64 binaries. All you have to do is convert the binary to armv7. You can do this using a tool called lipoarm64. (Search the forum for it)
  3. There are 2 possible directories the ipa could be in1: /var/mobile/Documents/Cracked 2: /var/root/Documents/Cracked
  4. You have too many tweaks installed. They are all running in the backround so they take up space, ram, etc. Try uninstalling some unneccesary tweaks from cydia
  5. There is no way of getting access to the game's code so no one except the game developers know the iOS version compatability. Nobody knows until the dev makes the information public.
  6. We are anonymous

  7. Not the reply I was expecting, but I'll take it
  8. Hello members! (and lurkers) I have knowledge on how to write shell code and I was just wondering if there is anyone here with similar knowledge. Happy scripting! ~KingRalph
  9. posts a few screenshots of the logs so we can see the cause of the crashes
  10. How would you know. You have no idea what the minecraft code is so you would have no clue what the game is trying to access, modify, etc.
  11. Install coreultils from cydia. If that doesnt work, rejailbreak your device
  12. install mobileterminal from this repo: cydia.angelxwind.netthen open mobileterminal and type this code: su> alpine> chmod -R 777 /Your/DirectoryHere>Note: the ">" sign means you you press the return button. Don't type ">" when you see it.
  13. Even if you spoof your ios version it won't work. The apps will try to access frameworks, data, and software that doesn't exist on ios 6. The apps will just crash.
  14. Tutorial section + trial and error = hax 4 days
  15. Braveheart made a tool for injecting dylibs. But it required terminal access. Other than that I have no idea I was kidding
  16. To inject the dylib, you need mobilesubstrate installed and mobilesubstrate only works on jailbroken devices
  17. Forum
  18. @@Goggwell Add this code to the top of your makefile TARGET = iphone:clang:8.1 ARCHS = arm64 armv7 If you don't add this code to your makefile, theos will force clang (by default) and generate an armv7 binaryThat will make your tweak incompatible with arm64 Devices Note: replace 8.1 with your SDK number
×
  • 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