[detail level 12]
CDECMPFS_DISK_HEADER Contains the structures and function APIs dealing with compressed files in APFS and HFS+ file systems
CFATFS_DENTRY Generic directory entry structure for FAT file systems
CTSK_FS_ATTR Holds information about the location of file content (or a file attribute)
CTSK_FS_ATTR_RUN Holds information about a single data run, which has a starting address and length
CTSK_FS_BLOCK Generic data structure to hold block data with metadata
CTSK_FS_DIR A handle to a directory so that its files can be individually accessed
CTSK_FS_FILE Generic structure used to refer to files in the file system
CTSK_FS_INFO Stores state information for an open file system
CTSK_FS_META TSK data structure to store general file and directory metadata
CTSK_FS_META_NAME_LIST Relatively generic structure to hold file names that are stored with the file metadata
CTSK_FS_NAME Generic structure to store the file name information that is stored in a directory
CTSK_HDB_BINSRCH_INFO Represents a text-format hash database (NSRL, EnCase, etc.) with the TSK binary search index
CTSK_IMG_INFO Created when a disk image has been opened and stores general information and handles
CTSK_LIST Linked list structure that holds a 'key' and optional 'length'
CTSK_STACK Basic stack structure to push and pop (used for finding loops in recursion)
CTSK_VS_INFO Data structure used to store state and basic information for open volume systems
►CTskAuto C++ class that automatically analyzes a disk image to extract files from it
CTskCaseDb Stores case-level information in a database on one or more disk images
CTskError Allows access to most recent error message and code in the thread
CTskFsAttrRun Contains information about a single data run, which has a starting address and length
CTskFsBlock Stores information about a file system block
CTskFsDir Stores information about a directory in the file system
CTskFsFile Class that represents an allocated or deleted file
CTskFsInfo Stores information about an open file system
CTskFsMetaName Stores information about names that are located in metadata structures
CTskFsName Stores the file name information that is stored in a directory
CTskHdbInfo Stores information about an open hash database
CTskImgInfo Stores information about an image that is open and being analyzed
CTskVsInfo Stores information about an open volume system
CTskVsPartInfo Stores information about a volume / partition inside of an open volume system