summaryrefslogtreecommitdiff
path: root/binwalk/README
blob: 40971da0ea78f9cb998a8f34c9c19069a0bf479f (plain)
    1 README for binwalk
    2 
    3 NOTES
    4     Optional software for special features:
    5 
    6         arj:               ARJ decompression support
    7         cabextract:        CAB archive support
    8         capstone:          disassembly support
    9         cramfs-tools:      extract CRAMFS file systems
   10         cramfsswap:        swap to endianess of a CRAMFS filesystem
   11         jefferson:         extract JFFS2 file systems
   12         lhasa:             LHA support
   13         lzop:              LZO decompression support
   14         mtd-utils:         JFFS filesystem support
   15         openjdk8/jdk8-bin: Java vm/objects/archives
   16         p7zip:             ZIP, LZMA and ISO decompression support
   17         python3-opengl:    binviz module support
   18         python3-pycryptodome: decrypt some known encrypted firmware
   19                               images
   20         sasquatch:         extract non-standard SquashFS images
   21         sleuthkit:         forensic analysis support
   22         squashfs-tools:    SquashFS support
   23         srecord:           extract EPROM load files
   24         ubi_reader:        extract UBIFS file systems
   25         unrar:             RAR decompression support
   26         yaffshiv:          extract YAFFS file systems
   27 
   28     StuffIt
   29     -------
   30 
   31     To extract StuffIt archive files:
   32     !!! WARNING: closed source !!!
   33 
   34     $ wget -O- http://downloads.tuxfamily.org/sdtraces/stuffit520.611linux-i386.tar.gz | tar -zxv
   35     # cp bin/unstuff /opt/bin/
   36 
   37     IDA
   38     ---
   39 
   40     If IDA is installed on your system, you may optionally install the
   41     binwalk IDA plugin:
   42     $ python setup.py idainstall --idadir=/home/user/ida

Generated by cgit