Skip to content

Commit

Permalink
Rethought the DiskImageInfo struct to define carving operations for S…
Browse files Browse the repository at this point in the history
…earchlight, and added a carve log which is outputted. Skeleton code for processing a carve log to produce the carved files from the disk image
  • Loading branch information
Will-Banksy committed Apr 12, 2024
1 parent 1d7b7fb commit 12f8bd2
Show file tree
Hide file tree
Showing 9 changed files with 302 additions and 177 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions libsearchlight/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ crc32fast = "1.3.2"
unicode-segmentation = "1.11.0"
strum = { version = "0.26.1", features = [ "derive" ] }
flate2 = "1.0.28" # Need for decompressing deflate-compressed ZIP file data
serde_json = "1.0.115"

# Conditionally depend on libc and rio on linux platforms
[target.'cfg(target_os = "linux")'.dependencies]
Expand Down
Loading

0 comments on commit 12f8bd2

Please sign in to comment.