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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
Source: binwalk
Section: devel
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: Gianfranco Costamagna <locutusofborg@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all,
python3-coverage,
python3-nose,
python3-setuptools
Standards-Version: 4.6.2
Homepage: https://github.com/ReFirmLabs/binwalk
Vcs-Browser: https://salsa.debian.org/pkg-security-team/binwalk
Vcs-Git: https://salsa.debian.org/pkg-security-team/binwalk.git
Rules-Requires-Root: no
Package: python3-binwalk
Section: python
Architecture: all
Depends: libmagic1, ${misc:Depends}, ${python3:Depends}
Recommends:
arj,
bzip2,
cramfsswap,
mtd-utils,
ncompress,
p7zip,
p7zip-full,
python3-pyqtgraph,
sleuthkit,
squashfs-tools
Description: Python3 library for analyzing binary blobs 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.
.
This is the Python 3 version of the package.
Package: binwalk
Architecture: all
Depends: python3-binwalk, ${misc:Depends}, ${python3:Depends}
Description: tool library for analyzing binary blobs 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.
.
This package is an empty package, because the binary tool is already
provided with the library, dependency of this package.
|