readpe 0.84-1 source package in Ubuntu
Changelog
readpe (0.84-1) unstable; urgency=medium * New upstream release. * debian/control: set 'Multi-Arch: same' in libpe1t64. * debian/copyright: - Updated maintainer email address. - Updated packaging copyright years. * debian/libpe1t64.symbols: updated. * debian/source/lintian-overrides: updated to override a lintian about a prebuilt Windows binary included in the source tarball. -- David da Silva Polverari <email address hidden> Mon, 18 Mar 2024 03:38:27 +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 | Published | Component | Section | |
---|---|---|---|---|
Plucky | release | universe | misc | |
Oracular | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
readpe_0.84-1.dsc | 2.1 KiB | cf021e0e517332748f592c809d7f4e0aa65ddf0341cf589a20fab39907a560ab |
readpe_0.84.orig.tar.gz | 627.3 KiB | 2d0dc383735802db62234297ae1703ccbf4b6d2f2754e284eb90d6f0a57aa670 |
readpe_0.84-1.debian.tar.xz | 9.4 KiB | 9613b4fcb8717fff607d631263cc7aab4e33dbbb9d6b40543d1e6c195d66bb66 |
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