| Tool | Version | Description |
| read-sctp.c | 0.1 | Reads the system call table pointer as referenced in the system call handler. |
| read-scte.c | 0.1 | Reads a given entry in the system call table. |
| read-sys_call.c | 0.1 | Dumps a given system call from kernel memory to a file. |
| ktext.c | 0.1 | Reads ktext kernel memory and dumps it to a file. |
| write-sctp.c | 0.1 | Writes the given system call table pointer to the system call handler. |
| write-scte.c | 0.1 | Writes the given system call table entry to the system call table. |
| write-sys_call.c | 0.1 | Writes the given system call (from a file) to kernel memory. |
| recover-kkit.c | 0.1 | Recovers from a kernel-level rootkit. Installs trusted system call table. |
| sct_tools.tar.gz | 0.1 | Tarball of above tools. |
| COPYRIGHT | Distributed under the General Public License (GPL) |
Developers: Julian Grizzard and John Levine
Contact: Julian Grizzard (grizzard AT ece.gatech.edu) - Replace " AT " with "@"