aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2005-04-01 19:09:15 +0000
committerNed Ludd <solar@gentoo.org>2005-04-01 19:09:15 +0000
commitdfc91acd940588e4f2033bb07ee039c4b9204216 (patch)
tree30ef9c2129928931f3205575092ae67598741de8 /README
parent- fix memleak (diff)
downloadpax-utils-dfc91acd940588e4f2033bb07ee039c4b9204216.tar.gz
pax-utils-dfc91acd940588e4f2033bb07ee039c4b9204216.tar.bz2
pax-utils-dfc91acd940588e4f2033bb07ee039c4b9204216.zip
- removed a few more no longer needed elf programs that have been replaced by scanelf.
Diffstat (limited to 'README')
-rw-r--r--README30
1 files changed, 17 insertions, 13 deletions
diff --git a/README b/README
index a96469d..e674313 100644
--- a/README
+++ b/README
@@ -1,19 +1,23 @@
-pax-utils is a small set of various PaX related utilities for ELF32,
+pax-utils is a small set of various PaX related utilities for ELF32,
ELF64 binaries.
-== scanexec ==
-Usage: scanexec [options] dir1 dir2 dirN...
- -p, --path : Scan all directories in PATH environment.
- -x, --pax : Display PaX flags when scanning.
- -h, --help : Print this help and exit.
- -v, --version : Print version and exit.
-
== scanelf ==
-Usage: scanelf [options] dir1 dir2 dirN...
- -p, --path : Scan all directories in PATH environment.
- -l, --ldpath : Scan all directories in /etc/ld.so.conf
- -h, --help : Print this help and exit.
- -v, --version : Print version and exit.
+Usage: scanelf [options] <dir1> [dir2 dirN ...]
+
+Options:
+ -p, --path × Scan all directories in PATH environment
+ -l, --ldpath × Scan all directories in /etc/ld.so.conf
+ -R, --recursive × Scan directories recursively
+
+ -x, --pax × Print PaX markings
+ -s, --stack × Print GNU_STACK/RELRO markings
+ -t, --textrel × Print TEXTREL information
+ -r, --rpath × Print RPATH information
+ -a, --all × Print all scanned info
+ -q, --quiet × Only output 'bad' things
+
+ -h, --help × Print this help and exit
+ -V, --version × Print version and exit
== pspax ==
Usage: pspax