The Sleuth Kit  4.12.1
Public Attributes | List of all members
TSK_IMG_INFO Struct Reference

Created when a disk image has been opened and stores general information and handles. More...

#include <tsk_img.h>

Public Attributes

TSK_TCHAR ** images
 Image names.
 
TSK_IMG_TYPE_ENUM itype
 Type of disk image format.
 
int num_img
 Number of image files.
 
unsigned int page_size
 page size of NAND page in bytes (defaults to 2048)
 
unsigned int sector_size
 sector size of device in bytes (typically 512)
 
TSK_OFF_T size
 Total size of image in bytes.
 
unsigned int spare_size
 spare or OOB size of NAND in bytes (defaults to 64)
 
uint32_t tag
 Set to TSK_IMG_INFO_TAG when struct is alloc.
 

Detailed Description

Created when a disk image has been opened and stores general information and handles.


The documentation for this struct was generated from the following file:

Copyright © 2007-2020 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.