readpe 0.84-2 source package in Ubuntu

Changelog

readpe (0.84-2) unstable; urgency=medium

  * debian/control:
      - Bumped Standards-Version to 4.7.0.
      - Marked libpe-dev as 'Multi-Arch: same'.
  * debian/copyright: updated packaging copyright years.
  * debian/libpe1t64.lintian-overrides: not used anymore. Removed.
  * debian/tests/:
      - control: removed dependency on gzip-win32 and added dependency on
        gcc-mingw-w64-x86-64.
      - test-runs: replaced test executable by own source code compiled during
        test run.

 -- David da Silva Polverari <email address hidden>  Sun, 09 Feb 2025 00:55:45 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Questing release universe misc
Plucky release universe misc

Downloads

File Size SHA-256 Checksum
readpe_0.84-2.dsc 2.1 KiB eeefd0707c150180dbab328bfe1a5be701da57764f3150060a3c7a0a35a5e332
readpe_0.84.orig.tar.gz 627.3 KiB 2d0dc383735802db62234297ae1703ccbf4b6d2f2754e284eb90d6f0a57aa670
readpe_0.84-2.debian.tar.xz 9.6 KiB 6da89d8a972face2e78f980ef6280b921cacc3e837fc4ba78cc186a2239e2fe0

Available diffs

No changes file available.

Binary packages built by this source

libpe-dev: library to read Windows PE files (development files)

 The libpe1t64 package provides a shared library which allows reading PE 32 and
 64-bit files. Third party programs depend on this package to read internals of
 PE files.
 .
 This library is part of readpe.
 .
 This package provides the development files for libpe1.

libpe1t64: library to read Windows PE files

 The libpe1t64 package provides a shared library which allows reading PE 32 and
 64-bit files. Third party programs depend on this package to read internals of
 PE files.
 .
 This library is part of readpe.

libpe1t64-dbgsym: debug symbols for libpe1t64
pev: text-based tool to analyze PE files (transitional package)

 pev is a tool to get information of PE32/PE32+ executables (EXE, DLL, OCX etc)
 like headers, sections, resources and more.
 .
 This is a transitional package. It can safely be removed.

readpe: command-line tools to manipulate Windows PE files

 readpe is a toolkit designed to analyze Microsoft Windows PE (Portable
 Executable) binary files. Its tools can parse and compare PE32/PE32+
 executable files (EXE, DLL, OCX, etc), and analyze them in search of
 suspicious characteristics.
 .
 It can be used to get information from those executable files, such as
 headers, sections, resources and more. It also provides tools to disassemble PE
 files and determine their security mitigations. It is useful for application
 security research, digital forensics and incident response, and malware
 analysis.
 .
 It is similar to elftools, only designed for PE files. It has more features
 than other more specific PE tools, such as icoextract or ntldd.
 .
 This package provides the ofs2rva, pedis, pehash, peldd, pepack, peres,
 pescan, pesec, pestr, readpe and rva2ofs commands.

readpe-dbgsym: debug symbols for readpe