Jump to content

kevindurant35

Senior Member
  • Posts

    256
  • Joined

  • Last visited

Everything posted by kevindurant35

  1. The exploits for 9.2.x have already been released by Lucas Todesco, however someone needs to create a sandbox escape and make a tool for jailbreaking..
  2. thank u mate
  3. thank u mate
  4. Guys if hooking is not possible, then what is this: https://github.com/rovo89/XposedBridge/wiki/Development-tutorial
  5. Did that already ! marked as solved. Special thanks should go to @castix who provided the solution and helped me out to correct the code.
  6. I tried to convert the flex patch I found online to create a tweak. I am glad, @castix spotted the mistake and provided me with the solution !
  7. %hook UFCIAPAccessControl -(bool) isFightPassSubActive { return TRUE; } -(bool) isPPVValid:(id)fp4 { return TRUE; fp4= nil; %orig(); } -(void) accountAddPackageWithItemId:(id)fp5 receipt:(id)fp6 autorenewable:(bool)fp7 isPPV:(bool) { fp5= nil; fp6= nil; fp7= TRUE; %orig(fp5,fp6,fp7); } %end %hook UFCGeoManager -(bool) getLocationAvailable { return TRUE; } %end When trying to create a theos tweak I am getting the following error: Preprocessing Tweak.xm... Compiling Tweak.xm... Tweak.xm:31:178: error: expected class member or base class name ...self, SEL _cmd, id fp5, id fp6, bool fp7):(bool) { ^ Tweak.xm:31:178: error: expected '{' or ',' Tweak.xm:31:177: error: only constructors take base initializers ...self, SEL _cmd, id fp5, id fp6, bool fp7):(bool) {
  8. I am sure there must be a way.. However i am not really good with android so I cannot be certain. I just read that it is possible to do it with xposed framework!
  9. Could anyone be so kind to create a tutorial that will show how to use the hooking method on android apps? I have heard that, Xposed Framework is required, but I could not find any tutorial that shows where to insert the hooking code/patch..
  10. It seems you have not installed theos properly on your idevice!
  11. thanks let's see
  12. Thanks for the guide ! I will try it and let u know
  13. Is there any tutorial that could help me?
  14. Which software are you using to find the headers of an ios app? I am currenty using flex on ios however, I prefer not to depend on a jailbroken device but rather a windows software. Thank you
  15. Basically, I made a mistake at the beginning and used Clutch to crack the app, before using Theos jailed. The solution was to crack the app using rasticrac, which removes the Watchkit extension totally from the .ipa during the cracking process, and hence allowed me to proceed with sideloading the app onto my device.
  16. I have created a .dylib using theos and then tried to embed it in the .ipa file, but I am getting this error when sideloading it with XCode. I am getting this error only on my iphone 6S (I have tested it only my ipad pro and it works fine). Could anyone help me with it? The error I am getting when trying to sideload it, is the following: The WatchKit app extension must have, in its Info.plist's NSExtension dictionary's NSExtensionAttributes dictionary, the key WKAppBundleIdentifier with a value equal to the associated WatchKit app's bundle identifier. Thanks a lot guys for your support in this forum.
  17. Thank you for the mini tutorial ! Very clear instructions !!! Have a good day )
  18. I am trying to use the hooking method to create a code from a flex patch I have on my device. I am trying to set id to null (please see the link below) and I am not sure how to do it. Below you can see the flex unit I am trying to edit. http://imgur.com/se1AoBi Your help would be greatly appreciated. Thanks in advance.
×
  • 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