DavidGoldman / InspectiveC

objc_msgSend hook for debugging/inspection purposes.
GNU General Public License v3.0
715 stars 108 forks source link

Crashes on iOS 10 #16

Open DavidGoldman opened 7 years ago

DavidGoldman commented 7 years ago

Currently, this isn't working on iOS 10 due to an issue with MSHookFunction as of CydiaSubstrate v0.9.6301 and below. Saurik already knows about the issue - stay tuned for a fix.

i0sa commented 7 years ago

Still not functional :/ any updates?

DavidGoldman commented 7 years ago

Nope, still no update from Saurik.

ohroy commented 7 years ago

mark to If you have any news, post it here pls

DavidGoldman commented 7 years ago

Nope. Try asking saurik about it.

DavidGoldman commented 6 years ago

Workaround for now is to use Fishhook instead of Substrate (not as powerful, but still capable for most purposes).

i0sa commented 6 years ago

for iOS 11 ? Could you post an example ?

DavidGoldman commented 6 years ago

Try using v1.2.0, it should function as expected except it might be missing some call stack information.