forensicmatt / libtsk-rs

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

Add support for x86 #6

Open yoavk opened 3 years ago

yoavk commented 3 years ago

Compile with --target=i686-pc-windows-msvc.

This required changes in compilation, and in some of the wrapping (since x86 affects types in bindings).

I tested the unit tests on Windows 10 x86