Inspecting files of type “NeXT/Apple typedstream” version 4 (NSArchiver)

前端 未结 6 1027
悲&欢浪女
悲&欢浪女 2021-02-04 16:19

For a data recovery program I need to be able to extract the values+types from files written by NSArchiver, without having access to Apple\'s CF / NS frameworks.

The OS

6条回答
  •  轮回少年
    2021-02-04 17:20

    Take a look at Cocotron's open source implementation of NSArchiver and NSUnarchiver:

    https://code.google.com/p/cocotron/source/browse/Foundation/NSArchiver.m https://code.google.com/p/cocotron/source/browse/Foundation/NSUnarchiver.m

提交回复
热议问题