File: README

package info (click to toggle)
tct 1.07-9
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,828 kB
  • ctags: 1,128
  • sloc: perl: 9,604; ansic: 4,861; makefile: 516; sh: 77
file content (24 lines) | stat: -rw-r--r-- 1,005 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

This directory contains some additional programs we've been using in testing
and analysis that you may or may not find useful.  The programs might
be worked on, expanded, or included in a more active role in future packages.


bdf	-  Basic Dependency Finder.  This rather odd thing goes through 
	   text & binaries files recursively, looking for executables and 
	   files of potential interest.  Try it on /etc/rc files and
	   whatnot for a laugh.  Look at options and such in the comments
	   at the top of the code.

ils2mac -  This converts the output of the ils command to a "body" file
	   database that mactime can use.  This is how we get mactimes
	   for removed files.  You can concatenate it to a normal body
	   file and look at the combined results for better understanding
	   of system behavior.

realpath - uses the realpath library to get the real path of a file
	   (resolves links, etc.)

findkey	-  Search data for cryptographic keys.

entropy	-  Compute data entropy a la Shannon.