readpe 0.85.1-1 source package in Ubuntu

Changelog

readpe (0.85.1-1) unstable; urgency=medium

  * New upstream version 0.85.1.
      - Fixed reported version string only.

 -- David da Silva Polverari <email address hidden>  Tue, 02 Sep 2025 23:51:51 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Resolute release universe misc

Downloads

File Size SHA-256 Checksum
readpe_0.85.1-1.dsc 2.1 KiB d29a11b4a879499efe49c19419925cfecad031d7e98a96f0830f5729d1ff264c
readpe_0.85.1.orig.tar.gz 632.8 KiB 3218099d94c81488a4b042d86f64a4076835e1f2f2aff8ed4d58f01c20567507
readpe_0.85.1-1.debian.tar.xz 9.5 KiB 99d0c8e47250312a7dd192cd052e9d23757e903d90a8697038874e50775953fa

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
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