The Sleuth Kit  4.11.1
Functions
iso9660.c File Reference

Contains the internal TSK ISO9660 file system code to handle basic file system processing for opening file system, processing sectors, and directory entries. More...

#include "tsk_fs_i.h"
#include "tsk_iso9660.h"
#include <ctype.h>

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_INFOiso9660_open (TSK_IMG_INFO *img_info, TSK_OFF_T offset, TSK_FS_TYPE_ENUM ftype, uint8_t test)
 

Detailed Description

Contains the internal TSK ISO9660 file system code to handle basic file system processing for opening file system, processing sectors, and directory entries.

Function Documentation

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

Returns
1 if not found and 0 on succuss

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.