sgan81 / apfs-fuse

FUSE driver for APFS (Apple File System)
GNU General Public License v2.0
1.74k stars 164 forks source link

'OBJECT_TYPE_CHECKPOINT_MAP' failed #192

Open InfiniteBSOD opened 3 months ago

InfiniteBSOD commented 3 months ago

Hello,

Trying to execute: apfs-dump-quick on a DMG which is from an external harddrive where the Mac which created it is an Apple Silicon MacBook Pro running Sonoma.

I receive the following error message:

Info: Found valid GPT partition table on main device. Dumping first APFS partition.
`apfs-dump-quick <path-to-apfs2hashcat>/ApfsLib/CheckPointMap.cpp:36 bool CheckPointMap::Init(oid_t, uint32_t): Asseration (cpm->cpm_o.o_type & OBJECT_TYPE_MASK) ==OBJECT_TYPE_CHECKPOINT_MAP' failed.

Thankful for assistance.

Best Regards - InfiniteBSOD