forensicmatt / libtsk-rs

Wrapper for TSK (Sleuth Kit) Bindings
Apache License 2.0
11 stars 5 forks source link

Rust workflow #7

Closed yoavk closed 2 years ago

yoavk commented 3 years ago

See https://github.com/yoavk/libtsk-rs/pull/2/checks

forensicmatt commented 2 years ago

Sorry it took so long to get to this. Thank you!

forensicmatt commented 2 years ago

@yoavk by chance, do you know how to get tsk to compile with all the features like aff4, etc.?

yoavk commented 2 years ago

Sorry it took so long to get to this. Thank you!

Haha, I totally forgot about this...

@yoavk by chance, do you know how to get tsk to compile with all the features like aff4, etc.?

@forensicmatt Not off hand. If it doesn't require any additional dependencies it might just be a matter of adding parameters to the build. If there are dependencies involved, I'd try to avoid building them by using pre-built versions of those libraries (possibly using NuGet).