File: binstats.lsm

package info (click to toggle)
binstats 1.08-9
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 96 kB
  • sloc: sh: 563; ansic: 186; makefile: 61
file content (27 lines) | stat: -rw-r--r-- 1,240 bytes parent folder | download | duplicates (6)
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
Begin4
Title:          binstats
Version:        1.08
Entered-date:   2001-01-18
Description:    An admin utility to aid the tidying up of binaries,
		interpreted scripts, dynamic libraries and man pages. It can
		find the number and identity of a.out, ELF & ECOFF binaries,
		plus their debugging symbols status, setuid status and
		dynamic library dependence. It can count the number of Java
		bytecode programs. It can tally up the main types of scripts
		and look for unidentified executable text files. Also it is
		able to look for any duplicated executable and manual page
		names, unused libraries, binaries with missing libraries and
		statically linked binaries. Also includes a C program to
		dereference symbolic links.
Keywords:       aout elf binary dynamic library symbolic link
Author:         Peter.Chang@nottingham.ac.uk (Peter Chang)
Maintained-by:  Peter.Chang@nottingham.ac.uk (Peter Chang)
Primary-site:   metalab.unc.edu /pub/Linux/utils/scripts
		12k binstats-1.08.tar.gz
Alternate-site: http://www.nottingham.ac.uk/~etzpc/binstats.html
Original-site:  
Platforms:      Linux, bash script needs lots of unix (or GNU) tools,
		the Linux (or Gnu libc) ldd and gcc (for compiling
		derefsymlink)
Copying-policy: GPL
End