Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The t_credentials struct does not fully populate on Catalina #13

Open
dnicolson opened this issue Jan 12, 2020 · 0 comments
Open

The t_credentials struct does not fully populate on Catalina #13

dnicolson opened this issue Jan 12, 2020 · 0 comments

Comments

@dnicolson
Copy link

dnicolson commented Jan 12, 2020

Similar to #8, the output stops after the Found wrapping key message.

To compile instances of (C_Block *) had to be replaced with (const_DES_cblock *) as with this bug report.

After disabling System Integrity Protection, the following command was used to compile:
gcc keychaindump.c -o keychaindump -lcrypto -L/usr/local/opt/openssl/lib -I/usr/local/opt/openssl/include

The g_credentials_count value was 140 but in the print_credentials function nothing was output because both the cred->account and cred->server values were null.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant