1. Home
  2. Docs
  3. DiffView
  4. Getting Started
  5. Command Line Reference

Command Line Reference

These are example of valid command lines. All parameters can be combined.

DiffView.exe -file "C:/file/to_analyze.exe" (Single file analysis)
DiffView.exe -file "cmd.exe /c some_command -with -cli -parameters" (Single command line analysis)
DiffView.exe -file "C:/file/to_analyze.exe" -dump_folder "C:/folder/where_to_dump_files_created" (Analysis and turn on created files dumping)
DiffView.exe -file "C:/file/to_analyze.exe" -stop (Analysis and stop the software after completion)
DiffView.exe -file "C:/file/to_analyze.exe" -timeout 180 (Analysis and stop analysis after 180 seconds)

How can we help?