1affsegment(1) segment manipulation tool affsegment(1)
2
3
4
6 affsegment - segment manipulation tool
7
9 affsegment [options] file1.aff [file2.aff ...]
10
12 This is a segment manipulation tool.
13
14 This file is part of the AFFLIBv3, that provides AFF.
15
16 AFF is an open and extensible file format to store disk images and
17 associated metadata. It is useful in several scenaries, as computer
18 forensics investigations.
19
21 Options:
22
23 -c Create AFF files if they do not exist.
24
25 -ssegval
26 Sets the value of a segment; may be repeated.
27
28 -psegname
29 Prints the contents of the segment name for each file.
30
31 -V Just print the version number and exit.
32
33 -dname Delete segment 'name'.
34
35 -h, -? Print this message.
36
37 -Q interpert 8-byte segments as a 64-bit value.
38
39 -A Print the 32-bit arg, not the segment value.
40
41 -x Print the segment as a hex string.
42
43 Setting the segment values:
44
45 -sname=-
46 Take the new value of segment 'name' from stdin.
47
48 -sname=val
49 Sets segment 'name' to be 'val'.
50
51 -sname=<val
52 Sets segment 'name' to be contents of file 'val'
53
54 Setting the segment args:
55
56 -sname/arg
57 Sets segment 'name' arg to be 'arg' (may be repeated).
58
59 Setting both the segment value and the arg:
60
61 -sname/arg=val
62 Sets both arg and val for segment 'name'.
63 -sname/arg=<file Sets the arg and take contents from file
64 'file'.
65
66 -sname/arg=-
67 Sets the arg of segment 'name' and take the contents from
68 stdin.
69
71 All deletions are done first, then all updates. Don't specify the same
72 segment twice on one command line.
73
75 affcat(1), affcompare(1), affconvert(1), affcopy(1), affcrypto(1),
76 affdiskprint(1), affinfo(1), affix(1), affrecover(1), affsign(1), affs‐
77 tats(1), affuse(1), affverify(1), affxml(1)
78
80 The AFFLIB was written by Simson L. Garfinkel <simsong@acm.org> and
81 Basis Technology, Inc.
82
83 This manual page was written by Joao Eriberto Mota Filho <erib‐
84 erto@debian.org> for the Debian project (but may be used by others).
85
86
87
88AFFSEGMENT 3.7.4 Oct 2014 affsegment(1)