Dependency Discovery Tool Wiki
A tool for discovering external dependencies in Office files.
Status: Pre-Alpha
Brought to you by:
niklasr
java -jar OfficeDDT.jar [options and flags] <input>
where <input>
is either a file or a directory name.
file
sets the output file to write results to.format
sets the output format. Currently the options are text
, CSV
or XML
.verbosity
sets how many messages you see on the console. These are sent to stderr
stream, so will not show up in the output if -o is used. The current options are OFF, SEVERE, WARNING, INFO, FINE, FINER
and FINEST
.input
is a file.