Reverse engineering NSDocument file

被刻印的时光 ゝ 提交于 2019-12-11 05:53:32

问题


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.

来源:https://stackoverflow.com/questions/7070332/reverse-engineering-nsdocument-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!