File: control

package info (click to toggle)
binwalk 2.0.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,168 kB
  • ctags: 1,301
  • sloc: python: 4,251; ansic: 1,990; sh: 118; makefile: 98
file content (41 lines) | stat: -rw-r--r-- 1,387 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Source: binwalk
Section: devel
Priority: optional
Maintainer: Leo Costela <costela@debian.org>
Uploaders: Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
Build-Depends: debhelper (>= 9),
 python-all-dev,
 dh-autoreconf
Standards-Version: 3.9.6
X-Python-Version: >= 2.7
Homepage: https://github.com/devttys0/binwalk
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/binwalk.git
Vcs-Git: git://anonscm.debian.org/collab-maint/binwalk.git

Package: binwalk
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends},
 python-matplotlib,
 python-pyqtgraph,
 libmagic1,
 python-opengl,
 python-qt4,
 python-qt4-gl
Recommends: mtd-utils,
 ncompress,
 bzip2,
 arj,
 p7zip,
 p7zip-full,
 openjdk-7-jdk | openjdk-8-jdk
Description: tool for searching binary images for embedded files and executable code
 Binwalk is a tool for searching a given binary image for embedded files
 and executable code. Specifically, it is designed for identifying files
 and code embedded inside of firmware images. Binwalk uses the libmagic
 library, so it is compatible with magic signatures created for the Unix
 file utility.
 .
 Binwalk also includes a custom magic signature file which contains
 improved signatures for files that are commonly found in firmware images
 such as compressed/archived files, firmware headers, Linux kernels,
 bootloaders, filesystems, etc.