nabla-c0d3 / ssl-kill-switch2

Blackbox tool to disable SSL certificate validation - including certificate pinning - within iOS and macOS applications.
Other
3.08k stars 466 forks source link

App Store Preference file not found hook disabled #14

Closed CyrusLiu158 closed 8 years ago

CyrusLiu158 commented 8 years ago

v0.10 version in ios 7.1.2

I have killed itunesstored process , but there is an error in system log:

Apr 22 14:50:13 com.apple.launchd[1] : (com.apple.itunesstored) Exited: Killed: 9 Apr 22 14:50:13 itunesstored[1361] : MS:Notice: Injecting: com.apple.itunesstored itunesstored Apr 22 14:50:14 itunesstored[1361] : MS:Notice: Loading: /Library/MobileSubstrate/DynamicLibraries/SSLKillSwitch2.dylib Apr 22 14:50:14 itunesstored[1361] : === SSL Kill Switch 2: Preference file not found. Apr 22 14:50:14 itunesstored[1361] : === SSL Kill Switch 2: Subtrate hook disabled.

nabla-c0d3 commented 8 years ago

Hi, To enable SSL Kill Switch you need to comment out line 160 and recompile the tweak: https://github.com/nabla-c0d3/ssl-kill-switch2/blob/master/SSLKillSwitch/SSLKillSwitch.m#L160

moofkit commented 7 years ago

@nabla-c0d3 looks like link is not correct. can you check what exactly need to change to fix this issue?