contact.edb 结构是什么?
Windows Live Messenger 创建许多文件,例如
C:\Users\USERNAME\AppData\Local\Microsoft\Windows Live Contacts{ae86acef-5a45-4447-bc32-521fc9289e1a}\DBStore\contacts.edb
并在其中存储联系人。当查看这些文件时,很明显它们具有严格的结构。但是,我在互联网上找不到contacts.edb结构的描述。
有人知道这个结构吗?或者也许有一些可用的解析器源? (我不需要一个 exe,我知道 NirSoft 一个)。
Windows Live Messenger creates a number of files like
C:\Users\USERNAME\AppData\Local\Microsoft\Windows Live Contacts{ae86acef-5a45-4447-bc32-521fc9289e1a}\DBStore\contacts.edb
and stores contacts within. When looking on such files, it is obviouos that they have strict structure. However, I failed to find the description of contacts.edb structure in internet.
Does anybody knows this structure? Or maybe there are some parser sources available? (I do not need a exe for that, I know about NirSoft one).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个名为
libesedb
的项目可能在这里有用。contacts.edb
文件是一个 ESEBD 文件。There is a project called
libesedb
which might be of use here.The
contacts.edb
file is an ESEBD file.