Sealed Volumes
With the release of macOS 11, Apple added a security feature to APFS called sealed volumes. Sealed volumes can be...
Digital Forensic Researcher and Educator
With the release of macOS 11, Apple added a security feature to APFS called sealed volumes. Sealed volumes can be...
Data in APFS that is too large to store within records is stored elsewhere on disk and referenced by data...
Each APFS file system entry has both an inode and directory record. The inode record stores metadata such as the...
Each APFS volume has a logical file system stored on disk as a collection of File System Objects. Unlike other...
The Volume Superblock is a data structure containing key information about an individual APFS volume. This post covers locating the...
Earlier in this series, we discussed APFS Containers and how they address physical objects via a fixed block size. This...
Mastering the skill of B-Tree traversal is essential in parsing information from APFS. Our last post gave an overview of...
In yesterday’s post, we discussed Checkpoint Maps, the simple linear-time data structures that APFS uses to manage persistent, ephemeral objects....
In our last post, we discussed NX Superblock Objects and how they can be used to locate the Checkpoint Descriptor...
The NX Superblock Object is a key component of APFS. It stores key information about the Container, such as the...