|
Files |
| file | dcalc_lib.c |
| | Contains the library API functions used by the dcalc command line tool.
|
| file | dcat_lib.c |
| | Contains the library API functions used by the dcat command line tool.
|
| file | dls_lib.c |
| | Contains the library API functions used by the dls command line tool.
|
| file | dstat_lib.c |
| | Contains the library API functions used by the dstat command line tool.
|
| file | ext2fs.c |
| | General ext2/ext3 file system functions.
|
| file | ext2fs_dent.c |
| | File name walking / processing code for Ext2 / ext3.
|
| file | ext2fs_journal.c |
| | Ext3 journal walking code.
|
| file | fatfs.c |
| | FAT file system code to handle basic file system processing for opening file system, processing sectors, and directory entries.
|
| file | fatfs_dent.c |
| | FAT file name walking code.
|
| file | ffind_lib.c |
| | Contains the library API functions used by the ffind command line tool.
|
| file | ffs.c |
| | General UFS / FFS file system functions.
|
| file | ffs_dent.c |
| | UFS/FFS file name (directory entry) processing / walking functions.
|
| file | fls_lib.c |
| | Contains the library code associated with the 'fls' functionality of listing files in a directory.
|
| file | fs_data.c |
| | Functions to allocate and add structures to maintain generic file system attributes and run lists.
|
| file | fs_dent.c |
| | Code to allocate and free the TSK_FS_DENT structures.
|
| file | fs_inode.c |
| | Contains functions to allocate, free, and process the generic inode structures.
|
| file | fs_io.c |
| | Contains functions to read data from a disk image and wrapper functions to read file content.
|
| file | fs_load.c |
| | Contains a general file walk callback that can be used to load file content into a buffer.
|
| file | fs_open.c |
| | Contains the general code to open a file system -- this calls the file system -specific opening routines.
|
| file | fs_types.c |
| | Contains functions that deal with parsing and printing file system type strings.
|
| file | hfs.c |
| | Contains the general HFS metadata and data unit code -- Not included in code by default.
|
| file | hfs_dent.c |
| | Contains the file name layer code for HFS+ file systems -- not included in code by default.
|
| file | hfs_journal.c |
| | Contains the HFS+ journal code -- not included in code by default.
|
| file | icat_lib.c |
| | Contains the library API functions used by the icat command line tool.
|
| file | ifind_lib.c |
| | Contains the library API functions used by the ifind command line tool.
|
| file | ils_lib.c |
| | Library functionality of the ils tool.
|
| file | iso9660.c |
| | ISO9660 file system code to handle basic file system processing for opening file system, processing sectors, and directory entries.
|
| file | iso9660_dent.c |
| | ISO9660 file system code to handle the parsing of file names and directory structures.
|
| file | ntfs.c |
| | Contains the general NTFS processing code.
|
| file | ntfs_dent.c |
| | NTFS file name walking / processing functions.
|
| file | rawfs.c |
| | General "raw" file system functions.
|
| file | swapfs.c |
| | General "swapfs" file system functions.
|
| file | tsk_ext2fs.h |
| | Contains the structures and function APIs for EXT2FS file system support.
|
| file | tsk_fatfs.h |
| | Contains the structures and function APIs for FATFS file system support.
|
| file | tsk_ffs.h |
| | Contains the structures and function APIs for FFS file system support.
|
| file | tsk_fs.h |
| | External header file for file system support.
|
| file | tsk_fs_i.h |
| | Contains the internal library definitions for the file system functions.
|
| file | tsk_hfs.h |
| | Contains the structures and function APIs for HFS+ file system support.
|
| file | tsk_iso9660.h |
| | Contains the structures and function APIs for ISO9660 file system support.
|
| file | tsk_ntfs.h |
| | Contains the structures and function APIs for NTFS file system support.
|