python-pefile 2017.11.5-2 source package in Ubuntu

Changelog

python-pefile (2017.11.5-2) unstable; urgency=medium

  * Add missing python3-setuptools build-dependency (Closes: #896777)
  * Bump Standards-Version
  * Update Vcs-* to salsa.debian.org

 -- Hilko Bengen <email address hidden>  Tue, 24 Apr 2018 17:39:47 +0200

Upload details

Uploaded by:
Hilko Bengen
Uploaded to:
Sid
Original maintainer:
Hilko Bengen
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe python

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pefile_2017.11.5-2.dsc 2.0 KiB e045086cf930ed87843239b9675f441aff94e96ec52d63d26edcc8082c4f5b68
python-pefile_2017.11.5.orig.tar.gz 60.3 KiB bca17da36e51ad3b041cab72b626de5b624c22aff7cfde5c169e68ffd428657f
python-pefile_2017.11.5-2.debian.tar.xz 4.0 KiB cd369a554ec89e0b955385f57f9ca7ed40049eeeddb275b9a092832176052c2c

Available diffs

No changes file available.

Binary packages built by this source

python-pefile: Portable Executable (PE) parsing module for Python

 pefile is a Python module to read and work with Portable Executable (PE)
 files. Most of the information in the PE header is accessible, as well as all
 the sections, section information and data.
 .
 All the basic PE file structures are available with their default names as
 attributes of the returned instance.
 .
 Processed elements such as the import table are made available with lowercase
 names, to differentiate them from the upper case basic structure names.
 .
 pefile has been tested against the limits of valid PE headers; that is,
 Windows malware. Lots of packed malware attempt to abuse the format beyond its
 standard use.
 .
 Some of the tasks that pefile makes possible are:
  * Modifying and writing back to the PE image
  * Header inspection
  * Section analysis
  * Retrieving data
  * Warnings for suspicious and malformed values
  * Packer detection with PEiD signatures
  * PEiD signature generation

python3-pefile: No summary available for python3-pefile in ubuntu cosmic.

No description available for python3-pefile in ubuntu cosmic.