# Command-Line Help for `regdump` This document contains the help content for the `regdump` command-line program. **Command Overview:** * [`regdump`↴](#regdump) ## `regdump` parses registry hive files and prints a bodyfile **Usage:** `regdump [OPTIONS] ` ###### **Arguments:** * `` — name of the file to dump ###### **Options:** * `-L`, `--log ` — transaction LOG file(s). This argument can be specified one or two times * `-b`, `--bodyfile` — print as bodyfile format Possible values: `true`, `false` * `-I`, `--ignore-base-block` — ignore the base block (e.g. if it was encrypted by some ransomware) Possible values: `true`, `false` * `-T`, `--hide-timestamps` — hide timestamps, if output is in reg format Possible values: `true`, `false` * `-v`, `--verbose` — Increase logging verbosity * `-q`, `--quiet` — Decrease logging verbosity
This document was generated automatically by clap-markdown.