#include "fs_tools_i.h"
#include <ctype.h>
Functions | |
| uint8_t | tsk_fs_dcat (TSK_FS_INFO *fs, uint8_t lclflags, DADDR_T addr, DADDR_T read_num_units) |
| Read a specific number of blocks and print the contents to STDOUT. | |
| uint8_t tsk_fs_dcat | ( | TSK_FS_INFO * | fs, | |
| uint8_t | lclflags, | |||
| DADDR_T | addr, | |||
| DADDR_T | read_num_units | |||
| ) |
Read a specific number of blocks and print the contents to STDOUT.
| fs | File system to analyze | |
| lclflags | flags | |
| addr | Starting block address to read from | |
| read_num_units | Number of blocks to read |
1.5.1