The Sleuth Kit
4.12.1
|
Contains the library API functions used by the TSK ifind command line tool. More...
Functions | |
uint8_t | tsk_fs_ifind_data (TSK_FS_INFO *fs, TSK_FS_IFIND_FLAG_ENUM lclflags, TSK_DADDR_T blk) |
uint8_t | tsk_fs_ifind_par (TSK_FS_INFO *fs, TSK_FS_IFIND_FLAG_ENUM lclflags, TSK_INUM_T par) |
Searches for unallocated MFT entries that have a given MFT entry as their parent directory (as reported in FILE_NAME). More... | |
int8_t | tsk_fs_ifind_path (TSK_FS_INFO *fs, TSK_TCHAR *tpath, TSK_INUM_T *result) |
Find the meta data address for a given file TCHAR name. More... | |
int8_t | tsk_fs_path2inum (TSK_FS_INFO *a_fs, const char *a_path, TSK_INUM_T *a_result, TSK_FS_NAME *a_fs_name) |
Find the meta data address for a given file name (UTF-8). More... | |
Contains the library API functions used by the TSK ifind command line tool.
uint8_t tsk_fs_ifind_par | ( | TSK_FS_INFO * | fs, |
TSK_FS_IFIND_FLAG_ENUM | lclflags, | ||
TSK_INUM_T | par | ||
) |
Searches for unallocated MFT entries that have a given MFT entry as their parent directory (as reported in FILE_NAME).
fs | File system to search |
lclflags | Flags |
par | Parent directory MFT entry address |
References TSK_FS_INFO::first_inum, TSK_FS_INFO::inode_walk, TSK_FS_INFO::last_inum, and TSK_FS_META_FLAG_UNALLOC.
int8_t tsk_fs_ifind_path | ( | TSK_FS_INFO * | fs, |
TSK_TCHAR * | tpath, | ||
TSK_INUM_T * | result | ||
) |
Find the meta data address for a given file TCHAR name.
fs | FS to analyze | |
tpath | Path of file to search for | |
[out] | result | Meta data address of file |
References tsk_error_reset(), tsk_error_set_errno(), tsk_error_set_errstr(), tsk_fs_path2inum(), tsk_UTF16toUTF8_lclorder(), TSKconversionOK, and TSKlenientConversion.
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.