Questions tagged [binwalk]

8 questions
1
vote
2 answers

binwalk's sasquatch file - build.sh throws 2 errors when trying to run it

Im trying to install binwalk. I simply followed this page: https://github.com/ReFirmLabs/binwalk/blob/master/INSTALL.md But when trying to build sasquatch, after I installed and cloned it, when using $ (cd sasquatch && ./build.sh) - as stated in…
nortain32
  • 69
  • 1
  • 7
1
vote
1 answer

Extract only one file type with binwalk

I have a very heavy file and with binwalk I have to extract only one file type (png) and obviously given the size of the file I can not extract all. I tried to do binwalk -D 'png image:png' [filename] but continue to extract all files. How can I…
Vita
  • 23
  • 2
  • 6
0
votes
0 answers

How to emulate a firmware image file using qemu

I could see that this file was a firmware image compiled by arm. The image is a bootloader image, and I tried emulating it through qemu, but the error below occurred. How can you solve it? Wrong image type 5, expected 2
object404
  • 15
  • 1
  • 5
0
votes
1 answer

Finding algorithm with Binwalk

actually, it all started when I wanted to update the map of my car navigation. The map of the device can only be updated with the sd card and unfortunately it does not update because the cid code on the sd card does not match. I wanted to find the…
RNS315
  • 1
  • 2
0
votes
0 answers

What's the difference between wrestool and binwalk?

I am doing some analysis on some file in Windows. And I wonder why I can unpack some file by using binwalk. But sometimes I can only use wrestool to unpack it. What's the difference between this two?
Alex Lai
  • 33
  • 4
0
votes
1 answer

Repack extracted .img file that I just extracted with binwalk

I used "binwalk" to extract an image file and I got what I needed as a directory hierarchy. So I made my changes and now I want to repack it and get the .img file back out of it. Is there a solution?
0
votes
2 answers

I extracted a file using binwalk. I discovered it has a TROC file, how do I read or extract the contents of the TROC file?

DECIMAL HEXADECIMAL DESCRIPTION 33211 0x81BB TROC filesystem, 1263425345 file entries 948694 0xE79D6 StuffIt Deluxe Segment (data): f:IK
Varnit Jain
  • 11
  • 1
  • 3
-1
votes
1 answer

Is there a tool to extract a file from a ZIP archive when that file is not present in central directory but has its own LFH?

I'm looking for a tool that can extract files by searching aggressively through a ZIP archive. The compressed files are preceded with LFHs but no CDHs are present. Unzip outputs an empty folder. I found one called 'binwalk' but even though it finds…