pylnker
pylnker copied to clipboard
This is a Python port of lnk-parse-1.0, a tool to parse Windows .lnk files.
Most distros have not python2 anymore. This patch makes it running with python3 Last commit was missing some changes. This commit has it all.
here I have the script pylnkerForPython3.py which runs on python 3 [pylnkerForPython3.zip](https://github.com/HarmJ0y/pylnker/files/3256362/pylnkerForPython3.zip)
I am using Linux Mint and when trying to use this on a link to OneDrive, I get the following: ``` kurdtpage@mint ~/Downloads $ ls /mnt/windows/Users/kurdtpage/OneDrive /mnt/windows/Users/kurdtpage/OneDrive kurdtpage@mint ~/Downloads $...
Thanks for sharing! Just a missing closing parenthesis on line # 383. Cheers
Would it be possible to change the license of your tool to something that allows me to use your tool as a library without the obligation to publish all my...
Packaged your pylnker.py script so it can be installed via pip
Fixed missing bracket which would cause a syntax error