Windows Shortcut
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (→Links) |
|||
Line 3: | Line 3: | ||
|subcat=Metadata | |subcat=Metadata | ||
|extensions={{ext|lnk}} | |extensions={{ext|lnk}} | ||
+ | |pronom={{PRONOM|x-fmt/428}} | ||
}} | }} | ||
− | A [[Windows Shortcut]] is a Microsoft Windows file providing a link to a local file, and storing some metadata about it. | + | A [[Windows Shortcut]] (also known as '''LNK''' or '''Microsoft Shell Link''') is a Microsoft Windows file providing a link to a local file, and storing some metadata about it. |
+ | |||
+ | == Software == | ||
+ | * [https://tzworks.net/prototype_page.php?proto_id=11 lp: Windows LNK Parsing Utility] | ||
+ | * [http://code.google.com/p/liblnk/ liblnk] | ||
+ | * [http://code.google.com/p/lnk-parser/ lnk-parser] | ||
== Links == | == Links == | ||
− | * [http://www.forensicswiki.org/wiki/LNK Documentation in | + | * [http://www.forensicswiki.org/wiki/LNK Documentation in Forensics Wiki] |
− | * [ | + | * [http://msdn.microsoft.com/en-us/library/dd871305.aspx MSDN: Shell Link (.LNK) Binary File Format] |
− | * [http://blog.0x01000000.org/2010/08/10/lnk-parsing-youre-doing-it-wrong-i/ | + | * LNK Parsing: You're Doing It Wrong: [http://blog.0x01000000.org/2010/08/10/lnk-parsing-youre-doing-it-wrong-i/ part 1], [http://blog.0x01000000.org/2010/08/13/lnk-parsing-youre-doing-it-wrong-ii/ part 2] |
[[Category:Microsoft]] | [[Category:Microsoft]] |
Revision as of 16:09, 31 October 2013
A Windows Shortcut (also known as LNK or Microsoft Shell Link) is a Microsoft Windows file providing a link to a local file, and storing some metadata about it.
Software
Links
- Documentation in Forensics Wiki
- MSDN: Shell Link (.LNK) Binary File Format
- LNK Parsing: You're Doing It Wrong: part 1, part 2