Alban Diquet
Alban Diquet
@Naituw I will integrate this to SSL Kill Switch. If you want you can do a pull request (to get the credit / your name in the commits) or I...
This is slightly more difficult than I thought because initWithLigerEnabled: changes a lot across releases (as @Naituw you mentioned in your code =) ). I have an idea on how...
I tried the iOS 12 version of SSL Kill Switch on Mojave, but it looks like fishhook is unable to hook any functions. I am pretty sure the patch/tweak itself...
That's really cool - I hadn't heard of HookCase. -9810 is for an "internal error" (https://gist.github.com/ubergoob/04a981caa92d766a7f37f59848b6bc07) so I am not sure. It's possible that the patch as it is actually...
> If I succeed, would it be ok if I submit a PR with the hook dylib implementation plus instructions to install HookCase? Yes for sure! Thanks
I think my test device was on 12.1 and it worked fine. Not sure about 12.0.1 but I don't have time to find a fix... Good luck!
I just checked and I actually used an iPhone 7 running iOS 12.0 with uncover to implement and test the current version. I haven’t done anything with other versions of...
@blunden I finally replied :)
Thanks for the bug report. One question: did you compile nassl yourself or did you install it via pip ?
@Florian0301 Do you have a server I can test this on (or maybe a Docker image that's ready to go)? Otherwise I will not be able to fix this issue....