sensepost / objection

📱 objection - runtime mobile exploration
GNU General Public License v3.0
7.46k stars 854 forks source link

Adding iOS biometrics hook for evaluateAccessControl() #411

Closed jnovak-praetorian closed 3 years ago

jnovak-praetorian commented 4 years ago

This pull request adds a hook for evaluateAccessControl() in addition to the hook for evaluatePolicy(). This should allow the ios ui biometrics_bypass objection command to hook both functions and bypass iOS biometrics checks in more instances. Example code for the latter function is given as a Github gist in a comment.

jnovak-praetorian commented 4 years ago

Closes #410

leonjza commented 3 years ago

Thank you! 🙌