The Sleuth Kit
4.12.1
|
Contains functions to allocate, free, and read data into a TSK_FS_BLOCK structure. More...
Functions | |
TSK_FS_BLOCK * | tsk_fs_block_alloc (TSK_FS_INFO *a_fs) |
void | tsk_fs_block_free (TSK_FS_BLOCK *a_fs_block) |
Free the memory associated with the TSK_FS_BLOCK structure. More... | |
TSK_FS_BLOCK * | tsk_fs_block_get (TSK_FS_INFO *a_fs, TSK_FS_BLOCK *a_fs_block, TSK_DADDR_T a_addr) |
TSK_FS_BLOCK * | tsk_fs_block_get_flag (TSK_FS_INFO *a_fs, TSK_FS_BLOCK *a_fs_block, TSK_DADDR_T a_addr, TSK_FS_BLOCK_FLAG_ENUM a_flags) |
Get the contents and flags of a specific file system block. More... | |
int | tsk_fs_block_set (TSK_FS_INFO *a_fs, TSK_FS_BLOCK *a_fs_block, TSK_DADDR_T a_addr, TSK_FS_BLOCK_FLAG_ENUM a_flags, char *a_buf) |
uint8_t | tsk_fs_block_walk (TSK_FS_INFO *a_fs, TSK_DADDR_T a_start_blk, TSK_DADDR_T a_end_blk, TSK_FS_BLOCK_WALK_FLAG_ENUM a_flags, TSK_FS_BLOCK_WALK_CB a_action, void *a_ptr) |
Cycle through a range of file system blocks and call the callback function with the contents and allocation status of each. More... | |
Contains functions to allocate, free, and read data into a TSK_FS_BLOCK structure.
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.