Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Decode mode basics

Darren Ldl edited this page Apr 12, 2019 · 3 revisions

Decode

Typical invocation

blkar decode CONTAINER OUT

Output file path determination

  • if OUT is not provided
    • the file name stored (if present) in the SBX container is used
  • else
    • if OUT is a directory
      • final output path will be OUT/STORED_NAME
    • else
      • OUT is used directly

Data is not repaired in this mode, you will need to invoke repair mode in order to repair should the decoding fail.