We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 267a700 commit ec69171Copy full SHA for ec69171
unblob/handlers/filesystem/ubi.py
@@ -81,7 +81,7 @@ class UBIFSHandler(StructHandler):
81
"""
82
HEADER_STRUCT = "ubifs_sb_node_t"
83
84
- EXTRACTOR = Command("ubireader_extract_files", "{inpath}", "-o", "{outdir}")
+ EXTRACTOR = Command("ubireader_extract_files", "{inpath}", "-w", "-o", "{outdir}")
85
86
def calculate_chunk(self, file: File, start_offset: int) -> Optional[ValidChunk]:
87
endian = get_endian(file, self._BIG_ENDIAN_MAGIC)
0 commit comments