readpe 0.82-3.1build2 source package in Ubuntu

Changelog

readpe (0.82-3.1build2) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 15:54:38 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
readpe_0.82.orig.tar.gz 595.2 KiB 6ee625acedb3cbe636afe41f854b6eed5aac466d7fad52e3a48557083f8acecc
readpe_0.82-3.1build2.debian.tar.xz 9.3 KiB 7c49c24358868a1301e1bce65273c4a3c327665817f7f83cc5e28662a28309f9
readpe_0.82-3.1build2.dsc 2.2 KiB 6c69b0e187c3ceae6b748b135dd95fcbd145ff14a7bcd13975ae176cd0bdf54c

Available diffs

View changes file

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