iSECPartners/Introspy-iOS

iOS 9 Support

BJJLeon opened this issue · 15 comments

Does Introspy still work with iOS 9?

radj commented

I'm gonna have to say no, it does not. After installing it and rebooting the device, the device stayed stuck in boot mode.

Went through the process of restoring, rejailbreaking a device, and installing every dependency one by one, and rebooting after every dependency. After I installed Introspy and rebooted via SSH, the device stayed stuck in boot (not a boot loop). Good thing I was able to recover by putting device in Safe mode and removing the introspy package.

After removing introspy, rebooted again successfully. Reinstalled introspy, rebooted, stuck again. I think it is safe to say this is an introspy problem. Will look into it soon :)

Regarding the reboot issues, this might help: nabla-c0d3/ssl-kill-switch2#5

radj commented

@nabla-c0d3 I'll definitely look into it. Thanks for the lead!

radj commented

@nabla-c0d3 So from what I understood in that ticket, it was related to the page size. I updated my theos with the pagesize fixes but the problem still occurs with Introspy. The copy-only-when-needed approach is a good workaround but it only avoids the problem. Any other lead?

@radj I ended up switching to kerb's theos (https://github.com/kirb/theos) for building the tweak and with the cydia substrate update, it fixed all the issues.

radj commented

@nabla-c0d3 I started trying that repo now and ending up with more compile errors and warnings than before. Yikes. Might be a setup issue. Did you also just use git clone --recursive https://github.com/kirb/theos.git? Or did you get your headers somewhere else?

Edit: kirb theos works fine with https://github.com/nabla-c0d3/ssl-kill-switch2 though. Can build successfully. I checked out a clean copy of Introspy and still getting the undeclared identifier HBLogError compile error. Did you add HBLogger? How?

The same problem occurred for me too: "After installing it and rebooting the device, the device stayed stuck in boot mode"

Is there any workaround for it?

radj commented

@yog3shsharma Try the changes in this pull request.

Thanks for the prompt response @radj. I'll try and update here.

radj commented

It stops the bootloop but so far, Introspy hasn't worked for me yet. I haven't looked into that, too.

Gentleman.
I implemented my own version with improvements at https://github.com/Naville/WTFJH
Contains codes from this repo.
Hope that won't be a trouble

radj commented

So I think I've fixed the problem with iOS 9 thanks to @Naville's tip and code. I've made a pull request that includes the change.

@radj I tried your changes but I still get stuck on the boot problem, is my setup correct?

  • Made package with rpetrich THEOS
  • Had to update theos with [http://stackoverflow.com/questions/21013325/dpkg-error-contains-ununderstood-data-member](this solution)
  • Copied header files from mobilesubstrate as directed in step 5 here

I also tried using kirb/theos but ran into same undeclared identifier HBLogError errors that you mentioned.

Have you tried adding a bundle filter for UIKit, like it was done here in this commit ?

@danylokostyshyn That fixed it! Thanks so much!