Skip to content

This is a Python port of lnk-parse-1.0, a tool to parse Windows .lnk files.

License

Notifications You must be signed in to change notification settings

PaulchenPlump/pylnker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pylnker

This is a fork of pylnker aimed to turn the original code into a class. The output that would normally be printed has been added to a dictionary which is returned to you after using the parse() function.

Build Status This is a Python port of lnk-parse-1.0, a tool to parse Windows .lnk files. Credits:

Usage:

from pylnker import Pylnker
 
data = Pylnker("path_to_lnk").parse()

About

This is a Python port of lnk-parse-1.0, a tool to parse Windows .lnk files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%