The Sleuth Kit
4.12.1
|
Contains the internal TSK ISO9660 file system code to handle basic file system processing for opening file system, processing sectors, and directory entries. More...
Functions | |
uint8_t | iso9660_dinode_load (ISO_INFO *iso, TSK_INUM_T inum, iso9660_inode *dinode) |
Load the raw "inode" into the cached buffer (iso->dinode) More... | |
TSK_FS_INFO * | iso9660_open (TSK_IMG_INFO *img_info, TSK_OFF_T offset, TSK_FS_TYPE_ENUM ftype, uint8_t test) |
Contains the internal TSK ISO9660 file system code to handle basic file system processing for opening file system, processing sectors, and directory entries.
uint8_t iso9660_dinode_load | ( | ISO_INFO * | iso, |
TSK_INUM_T | inum, | ||
iso9660_inode * | dinode | ||
) |
Load the raw "inode" into the cached buffer (iso->dinode)
dinode_load (for now) does not check for extended attribute records... my issue is I dont have an iso9660 image with extended attr recs, so I can't test/debug, etc
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.