| |
---|
| | * modified from: https://github.com/nyaosorg/go-windows-shortcut |
---|
| | * Typical usage: |
---|
| | |
---|
| | //import |
---|
| | shortcut "InfectShortcuts/Modules/WindowsShortcutFull" |
---|
| | shortcut "GoModules/Modules/WindowsShortcutFull" |
---|
| | |
---|
| | //main |
---|
| | // read shortcut data |
---|
| | Description, workingDir, targetPath, Arguments, Icon, err := shortcut.Read("C:\\Users\\User\\Desktop\\vlc.lnk") |
---|
| |
---|
| | |
|