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

后端 未结 2 1625
梦毁少年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条回答
  •  独厮守ぢ
    2021-01-21 09:13

    I agree with jmatthias: use the MFC source code.

    There's also this page on MSDN that may be useful.

提交回复
热议问题