The Sleuth Kit
4.12.1
|
Contains the wrapper code that allows one to read sectors from a TSK_VS_INFO or TSK_VS_PART_INFO structure. More...
Functions | |
ssize_t | tsk_vs_part_read (const TSK_VS_PART_INFO *a_vs_part, TSK_OFF_T a_off, char *a_buf, size_t a_len) |
Reads data starting at a byte address relative to the start of a VOLUME in a volume system. More... | |
ssize_t | tsk_vs_part_read_block (const TSK_VS_PART_INFO *a_vs_part, TSK_DADDR_T a_addr, char *a_buf, size_t a_len) |
Reads one or more blocks of data with an address relative to the start of a VOLUME in a volume system. More... | |
ssize_t | tsk_vs_read_block (TSK_VS_INFO *a_vs, TSK_DADDR_T a_addr, char *a_buf, size_t a_len) |
Reads one or more blocks of data with an address relative to the start of the volume system. More... | |
Contains the wrapper code that allows one to read sectors from a TSK_VS_INFO or TSK_VS_PART_INFO structure.
These functions call the underlying TSK_IMG_INFO functions.
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.