1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: pax-utils
Maintainer: Tomasz Buchert <tomasz@debian.org>
Section: misc
Priority: optional
Build-Depends: autoconf-archive,
debhelper (>= 13),
debhelper-compat (= 13),
gnulib,
libcap-dev [linux-any],
meson,
pkgconf,
python3-pyelftools,
python3:any,
xmlto
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian/pax-utils
Vcs-Git: https://salsa.debian.org/debian/pax-utils.git
Homepage: https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities
Rules-Requires-Root: no
Package: pax-utils
Architecture: any
Depends: binutils,
python3-pyelftools,
python3:any,
${misc:Depends},
${shlibs:Depends}
Suggests: paxctl
Description: Security-focused ELF files checking tool
This is a small set of various PaX aware and related utilities for ELF
binaries. It can check ELF binary files and running processes for
issues that might be relevant when using ELF binaries along with PaX,
such as non-PIC code or executable stack and heap.
.
This package installs: dumpelf, lddtree, pspax, scanelf, scanmacho
and symtree.
|