Skip to content

sleepytariq/lnkparse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lnkparse

A tool to parse .lnk files

Installation

  • Download a prebuilt binary from release page
  • Build from source using git clone https://github.com/sleepytariq/lnkparse && cd lnkparse && go build -ldflags="-s -w" .

Usage

Usage:
  lnkparse [flags] <PATH>

Examples:
  lnkparse C:\Users\user\Desktop\file.lnk
  lnkparse C:\Users\user\Desktop\*.lnk
  lnkparse C:\Users\user\**\*.lnk

Flags:
  -trim        trim leading/trailing spaces in command line
  -json        show output in JSON format
  -h, -help    show this message and exit
  -version     show version and exit

References

About

A tool to parse .lnk files

Topics

Resources

License

Stars

Watchers

Forks