Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 888 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 888 Bytes

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()