ReFirmLabs / binwalk

Firmware Analysis Tool
MIT License
10.77k stars 1.54k forks source link

Extracting Raw into multiple files??? #590

Closed CanadianJeff closed 1 week ago

CanadianJeff commented 2 years ago

kinda similar to #292 however I want several files carved out of 1 large file........

┌──(jefferyw㉿LAPTOP-VNCQHG5B)-[/mnt/c/Program Files (x86)/Steam/steamapps/common/Larry7]
└─$ binwalk --raw="0D 0C 53 4F 4C 00 22 56" -e -C "NEWFOLDER" RESOURCE.AUD

DECIMAL       HEXADECIMAL     DESCRIPTION
--------------------------------------------------------------------------------
249866        0x3D00A         0C 53 4F 4C 00 22 56  Raw signature (0D 0C 53 4F 4C 00 22 56)
1104558       0x10DAAE        0C 53 4F 4C 00 22 56  Raw signature (0D 0C 53 4F 4C 00 22 56)
1151426       0x1191C2        0C 53 4F 4C 00 22 56  Raw signature (0D 0C 53 4F 4C 00 22 56)
1303781       0x13E4E5        0C 53 4F 4C 00 22 56  Raw signature (0D 0C 53 4F 4C 00 22 56)
1414292       0x159494        0C 53 4F 4C 00 22 56  Raw signature (0D 0C 53 4F 4C 00 22 56)
1414485       0x159555        0C 53 4F 4C 00 22 56  Raw signature (0D 0C 53 4F 4C 00 22 56)
1428462       0x15CBEE        0C 53 4F 4C 00 22 56  Raw signature (0D 0C 53 4F 4C 00 22 56)
1580818       0x181F12        0C 53 4F 4C 00 22 56  Raw signature (0D 0C 53 4F 4C 00 22 56)
1836418       0x1C0582        0C 53 4F 4C 00 22 56  Raw signature (0D 0C 53 4F 4C 00 22 56)
1999750       0x1E8386        0C 53 4F 4C 00 22 56  Raw signature (0D 0C 53 4F 4C 00 22 56)
2417255       0x24E267        0C 53 4F 4C 00 22 56  Raw signature (0D 0C 53 4F 4C 00 22 56)
2988761       0x2D9AD9        0C 53 4F 4C 00 22 56  Raw signature (0D 0C 53 4F 4C 00 22 56)
mzpqnxow commented 8 months ago

Have you tried using —continue (just a suggestion, not sure if it will help here, I may be misunderstanding you)