man/ronin-unhexdump.1 in ronin-2.0.0.beta4 vs man/ronin-unhexdump.1 in ronin-2.0.0.beta5
- old
+ new
@@ -23,10 +23,14 @@
.LP
.TP
\fB-o\fR, \fB--output\fR \fIFILE\fP
Optional path to the output file\.
.LP
+.HP
+\fB-f\fR, \fB--format\fR \[lB]\fBhexdump\fR\[or]\fBod\fR\[rB]
+Specifies the hexdump format to parse\.
+.LP
.TP
\fB-t\fR, \fB--type\fR \fITYPE\fP
The binary data type to decode the data as\. Must be one of the following:
.LP
.RS
@@ -171,9 +175,32 @@
Enables parsing of \fBod\fR\-style named characters (ex: \fBnul\fR)\.
.LP
.TP
\fB-h\fR, \fB--help\fR
Prints help information\.
+.LP
+.SH EXAMPLES
+.LP
+.PP
+Unhexdump a \fBhexdump -C\fR hexdump:
+.LP
+.nf
+ ronin unhexdump \-o raw\.bin hexdump\.txt
+.fi
+.LP
+.PP
+Unhexdump a \fBhexdump\fR hexdump:
+.LP
+.nf
+ ronin unhexdump \-o raw\.bin \-t uint16\[ru]le hexdump\.txt
+.fi
+.LP
+.PP
+Unhexdump an \fBod\fR hexdump:
+.LP
+.nf
+ ronin unhexdump \-o raw\.bin \-f od od\.txt
+.fi
.LP
.SH AUTHOR
.LP
.PP
Postmodern
\ No newline at end of file