objection icon indicating copy to clipboard operation
objection copied to clipboard

Bypass FaceID when reading the keychain.

Open leonjza opened this issue 4 years ago • 0 comments

@chaitin mentioned via Telegram that it is possible to bypass FaceID when reading the keychain here with:

searchDictionary.setObject_forKey_(
      Module.findExportByName('Security', 'kSecUseAuthenticationUIFail')!.readPointer(),
      Module.findExportByName('Security', 'kSecUseAuthenticationUI')!.readPointer())

leonjza avatar Mar 29 '20 15:03 leonjza