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 a28c508 commit 70b5c81Copy full SHA for 70b5c81
tests/integration/filesystem/android/sparse/__output__/fruits.sparse_extract/fruits renamed to tests/integration/filesystem/android/sparse/__output__/fruits.sparse_extract/raw.image
unblob/handlers/filesystem/android/sparse.py
@@ -57,7 +57,7 @@ class SparseHandler(StructHandler):
57
"""
58
HEADER_STRUCT = "sparse_header_t"
59
60
- EXTRACTOR = Command("simg2img", "{inpath}", "{outdir}/{infile}")
+ EXTRACTOR = Command("simg2img", "{inpath}", "{outdir}/raw.image")
61
62
def calculate_chunk(self, file: File, start_offset: int) -> Optional[ValidChunk]:
63
header = self.parse_header(file, Endian.LITTLE)
0 commit comments