Skip to content

ripole.1

Manvendra Bhangui edited this page Feb 25, 2024 · 4 revisions

NAME

ripole - extracts attachments from OLE2 data files (ie, M$ Office docs)

SYNOPSYS

ripole -i ole2_file -d directory [ --save-unknown-streams --version|-V --verbose|-v --debug --help|-h ]

DESCRIPTION

ripole is a small program designed to pull attachments from OLE2 data files.

It can handle most of Microsoft Office documents like "doc" (Word), "xls" (Excel) or "ppt" (Powerpoint).

OPTIONS

ole2_file
Input OLE2 file (usually any Microsoft Office Document).

directory
Extract attachments to directory

--save-unknown-streams
Extract unknown attachments too.

--version, -V
print ripOLE version.

--verbose, -v
print verbose output.

--debug
print debugging information.

--help, -h
show this help

EXAMPLES

ripole -i xam-doc1.doc -v -d tmp
Decoding filename-short-XAMIME.dat
Decoding filename=mp71.exe
Decoding filename=MPSetup.exe

SEE ALSO

ripmime(1)

AUTHOR THis manual page was written by Adam Cecile <gandalf@le-vert.net> for the Debian system (but may be used by others). Permission is granted to copy distribute and/or modify this document under the terms of GNU General Public License Version 2 or any later version published by the Free Software Foundation.

Clone this wiki locally