File: dump.h

package info (click to toggle)
ntfs 971218-4
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 692 kB
  • ctags: 670
  • sloc: ansic: 7,774; sh: 1,509; makefile: 232
file content (16 lines) | stat: -rw-r--r-- 573 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 *  dump.h
 *  Header file for dump.c
 *
 *  Copyright (C) 1997 Rgis Duchesne
 */

void list_attr_mem(ntfs_volume *vol, char *rec);
void dumpdir(ntfs_inode *ino);
void dump_inode(ntfs_inode *ino);
void dump_decompress(ntfs_inode *ino, int run, int verbose);
void dump_mem(unsigned char *buf, int start, int length);
void dump(ntfs_volume *vol, ntfs_size_t position, int start, int length);
void list_attributes(ntfs_volume *vol, ntfs_size_t offset);
int grep(ntfs_volume *vol, ntfs_size_t position, int length,
  unsigned char *string, int stringlen, int ignore_case);