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

Format of blob in column ZDATA in table ZICNOTEDATA #50

Open
andreasmihm opened this issue Jul 4, 2019 · 2 comments
Open

Format of blob in column ZDATA in table ZICNOTEDATA #50

andreasmihm opened this issue Jul 4, 2019 · 2 comments

Comments

@andreasmihm
Copy link

what is the format of this blob column in the notes table structure?
How to convert it to readable text?

@andreasmihm andreasmihm changed the title Format of ZSERVERRECORDDATA blob Format of ZDATA blob Jul 5, 2019
@andreasmihm andreasmihm changed the title Format of ZDATA blob Format of blob in column ZDATA in table ZICNOTEDATA Jul 5, 2019
@richinfante
Copy link
Owner

Apologies for the delay. Apple's changed the formats for notes recently, so this tool may not be up to date yet.

I'm not sure exactly what the format of this column is yet, but here's some encodings you might want to look into:

  • binary plist (apple is really fond of these)
  • utf8 text

@threeplanetssoftware
Copy link

I have a few write ups of how to turn this column into the note data here in these articles. It ends up essentially being a protobuf and the bits I have figured out are documented in this protoc. You should be able to compile that to javascript and run with it pretty quickly.

I hope this helps!

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

No branches or pull requests

3 participants