Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 837 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 837 Bytes

iOS_Keychain_Update

Frida script to update the keychain on runtime

Second argument hold the value which getting updated in Keychain

Below script to modifies the second argument with "Test Data" or binary Asci[0x54, 0x65, 0x73, 0x74, 0x20, 0x44, 0x61, 0x74, 0x61] in Keychain (replace the data as per your need)

image

frida -l iOS_Keychain_Update.js 'DVIA-v2' -U

image