逆向工程 NSDocument 文件

发布于 2024-11-29 20:26:53 字数 326 浏览 0 评论 0原文

我的 OS X 程序中存在不受支持的文件格式。它使用 NSDocument,不幸的是供应商不会帮助处理格式 - 或允许导出。

那么,基于 NSDocument 对这种格式进行逆向工程的第一步是什么? 该程序仍然使用 os x 10.3 中已弃用的 initWithContentsOfFile 方法。 我可以访问该程序、我的数据和大量示例数据。

我已经做了一些关于程序反汇编的初步工作,并对格式进行了重新设计。但还没有取得太大进展。反汇编没有透露任何内容,但使用十六进制编辑器查看该文件给了我一些数据结构和初始固定标头的轮廓。

I have an unsupported file format from an OS X program. It uses NSDocument, unfortunately the vendor won't help with the format - or allow export.

So what are the first steps in reverse engineering this format based on NSDocument?
The program still uses deprecated initWithContentsOfFile methods from os x 10.3.
I have access to the program, my data and lots of sample data.

I've done some initial work on disassembly of the program, and revese engineering the format. But haven't made much progress. The disassembly hasn't revealed a thing, but looking at the file with a hex editor has given me the outline of a few o the data structures and the initial fixed header.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文