File: overview.html

package info (click to toggle)
sleuthkit 4.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 38,604 kB
  • ctags: 23,083
  • sloc: ansic: 170,276; cpp: 42,871; sh: 31,220; java: 12,132; makefile: 1,253; perl: 762; xml: 590; python: 409; sed: 16
file content (4 lines) | stat: -rw-r--r-- 444 bytes parent folder | download | duplicates (11)
1
2
3
4
<body>
<p>These classes allow Java programs to access data extracted by The Sleuth Kit.</p>
<p>The Sleuth Kit is primarily a C/C++ library and set of command line tools. These classes allow programs to obtain the data that TSK can produce.   The typical steps would be to use JNI to cause the TSK library to create and populate a SQLite database.  The Java classes then directly open the SQLite database and perform queries on it. </p>
</body>