summaryrefslogtreecommitdiff
path: root/src/swfbytes.1
blob: 6fa1a17767b1f275d529c544c5c5d7b2f3920536 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.TH swfbytes "1" "April 2012" "swfbytes" "swftools"
.SH NAME
swfbytes \- Tool for simplifying the hex-editing of SWF files.

.SH Synopsis
.B swfbytes [\-v] file.swf > file.hexdump
.PP
.B swfbytes file.hexdump

.SH DESCRIPTION
With this tool and a text editor, you can perform some basic
editing operations on SWF files.

.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-help\fR 
    Print help and exit
.TP
\fB\-v\fR, \fB\-\-verbose\fR 
    Be more verbose
.TP
\fB\-V\fR, \fB\-\-version\fR 
    Print program version and exit
.SH AUTHOR

Matthias Kramm <kramm@quiss.org>