Keychain dump_raw element description #493
Unanswered
BreakfastSerial
asked this question in
Q&A
Replies: 1 comment
-
The best I can recommend is that you open up XCode and try and find the constants that correspond to those string key names. Historically his has been a pain for me as well. That said, this is a raw dump because it's the literal values from the keychain entry leveraging the The ones with known |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
I'm trying to make sense of a specific keychain entry of an app and used
ios keychain dump_raw
for more details, but don't know what the the entries correspond to.For example, obviously redacted:
Describe the solution you'd like
I'd love to have a source with a short description of the listed elements and what value corresponds to what configuration. Specifically the "Accessible" attribute.
Describe alternatives you've considered
I've searched official apple resources but couldn't find a elaboration on the keychain elements.
Additional context
iOS 14.4
objection: 1.11.0
frida-tools: 10.3.0
frida: 15.1.3
Beta Was this translation helpful? Give feedback.
All reactions