Go bindings for The Sleuth Kit forensic library
- disk images (open, properties)
- volume systems (open, properties)
- partitions (open, properties)
- filesystems (open, properties, walk)
- files (copy)
- error handling
Check the busytsk folder for examples.
These bindings are up to date with version 4.12.0 of sleuthkit.
You must have sleuthkit-dev installed to be able to link your binary. Also, make sure NOT to have something
like CGO_ENABLED=0
in your environment.
You can build the demo utility by entering the busytsk folder and running go build
.
I'm slowly adding documentation in go doc
format. Just use that command to explore it.