https://github.com/caledoniaproject/lnk-parser-csharp
The only LNK parser that is compatible with .NET 3.5
https://github.com/caledoniaproject/lnk-parser-csharp
Last synced: over 1 year ago
JSON representation
The only LNK parser that is compatible with .NET 3.5
- Host: GitHub
- URL: https://github.com/caledoniaproject/lnk-parser-csharp
- Owner: CaledoniaProject
- Created: 2019-11-05T15:10:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-05T15:14:55.000Z (over 6 years ago)
- Last Synced: 2025-01-20T14:48:54.582Z (over 1 year ago)
- Language: C#
- Size: 154 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# LNK-Parser-csharp
This repo is a combination of [ShellLink](https://github.com/securifybv/ShellLink) and [ShellLink](https://github.com/securifybv/ShellLink) library. I have implemented StructuralComparisons and made several changes to make this library compatible with .NET 3.5.
Example usage:
```
namespace ConsoleApp2
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine(
Shortcut.ReadFromFile(@"C:\calc.exe.lnk")
);
}
}
}
```