lnk-core 0.1.0

Windows Shell Link (.lnk) reader: parse [MS-SHLLINK] header, LinkInfo (volume serial, drive type, local base path), StringData, and ExtraData (TrackerDataBlock machine_id / droid GUIDs) into a typed ShellLink
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "forensicnomicon"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "400941417db642eead53b0b483f4c37e023d572aca402001ce31e127ca0141dc"

[[package]]
name = "lnk-core"
version = "0.1.0"
dependencies = [
 "forensicnomicon",
]