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

前端 未结 6 964
悲&欢浪女
悲&欢浪女 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:03

    It seems to be part of the GNU Objective-C runtime, even though it's not exactly runtime stuff (see the discussion at: http://gcc.gnu.org/ml/gcc-patches/2010-09/msg00495.html)

    This file may implement that stuff: https://github.com/gnustep/libobjc/blob/master/archive.c

提交回复
热议问题