逆向工程 NSDocument 文件
我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论