Reading VC++ CArchive Binary Format (or Java reading (CObArray))

后端 未结 2 1601
梦毁少年i
梦毁少年i 2021-01-21 08:53

Is there any clear documentation on the binary formats used to serialize the various MFC data structures? I\'ve been able to view some of my own classes in a hex editor and use

2条回答
  •  梦毁少年i
    2021-01-21 09:12

    Since MFC ships with source code I would create a test MFC application that serializes a CObArray and step through the serialization code. This should give you all the information you need.

提交回复
热议问题