6630f9fa23
TCT is a collection of programs by Dan Farmer and Wietse Venema for a post-mortem analysis of a UNIX system after break-in. Notable TCT components are the grave-robber tool that captures information, the ils and mactime tools that display access patterns of files dead or alive, the unrm and lazarus tools that recover deleted files, and the findkey tool that recovers cryptographic keys from a running process or from files. WARNING This software is not for the faint of heart. It is relatively unpolished compared to the software that Dan and Wietse usually release. TCT can spend a lot of time collecting data. And although TCT collects lots of data, many analysis tools still need to be written. Based on patches provided in PR 15081 by frazee.23@osu.edu.
13 lines
367 B
Text
13 lines
367 B
Text
$NetBSD: patch-ac,v 1.1.1.1 2002/01/03 10:58:57 agc Exp $
|
|
|
|
--- extras/findkey/makedefs 2002/01/03 09:34:44 1.1
|
|
+++ extras/findkey/makedefs 2002/01/03 09:35:11
|
|
@@ -2,6 +2,8 @@
|
|
RELEASE=`(uname -r) 2>/dev/null`
|
|
|
|
case "$SYSTEM.$RELEASE" in
|
|
+ NetBSD.1*) DEFS="-DNETBSD1"
|
|
+ ;;
|
|
FreeBSD.2*) DEFS="-DFREEBSD2"
|
|
;;
|
|
FreeBSD.3*) DEFS="-DFREEBSD3"
|