The Sleuth Kit  4.3
Functions
fs_io.c File Reference

Contains functions to read data from a disk image and wrapper functions to read file content. More...

#include <errno.h>
#include "tsk_fs_i.h"

Functions

ssize_t tsk_fs_read (TSK_FS_INFO *a_fs, TSK_OFF_T a_off, char *a_buf, size_t a_len)
 Read arbitrary data from inside of the file system. More...
 
ssize_t tsk_fs_read_block (TSK_FS_INFO *a_fs, TSK_DADDR_T a_addr, char *a_buf, size_t a_len)
 Read a file system block into a char* buffer. More...
 

Detailed Description

Contains functions to read data from a disk image and wrapper functions to read file content.


Copyright © 2007-2015 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.