binwalk 2.3.3+dfsg1-2 source package in Ubuntu

Changelog

binwalk (2.3.3+dfsg1-2) unstable; urgency=medium

  * debian/patches/585.patch:
    - Add upstream proposed patch to fix a warning on new Python.

 -- Gianfranco Costamagna <email address hidden>  Mon, 31 Jan 2022 22:01:49 +0100

Upload details

Uploaded by:
Debian Security Tools
Uploaded to:
Sid
Original maintainer:
Debian Security Tools
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Kinetic release universe devel
Jammy release universe devel

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
binwalk_2.3.3+dfsg1-2.dsc 2.1 KiB 124781324799c80b8a4290f725df5de766c43a86ac919b83d1ee6fb0e05569ee
binwalk_2.3.3+dfsg1.orig.tar.xz 295.0 KiB 1e31fe36ec9d6bc1ea4a056c6546f7a1d565a08aea8284b868679467e2c630b5
binwalk_2.3.3+dfsg1-2.debian.tar.xz 8.0 KiB 5a927eb8509c2a91680b9383200dcd5e458dcf867eb4c012397ebbb51ba60718

Available diffs

No changes file available.

Binary packages built by this source

binwalk: 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.

python3-binwalk: 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.