Windows >> Windows link files
Posted by dxprog on 21:33:00 05-12-2002
I was wondering if anyone here knows how to "gut" a windows link file. Meaning, how do I get the values out of it like Icon, the file it's linked to, etc. Any language aside from ASM is fine. [addsig]
Posted by sacah on 21:51:00 05-12-2002
http://www.wotsit.org/download.asp?f=shortcut

This should show you the Format for a .lnk file.

Posted by KaGez on 22:07:00 05-12-2002
I get something like a 404 there :/
isn't it possible to just look at a .lnk file witha text or hex editor?
[addsig]
Posted by dxprog on 02:50:00 05-13-2002
Hex prolly but I can't understand much of that. [addsig]
Posted by KaGez on 17:40:00 05-13-2002
hexeditors are cool if you know how to use them
[addsig]
Posted by sacah on 21:01:00 05-13-2002
Kagez, yes a Text editor or Hex editor would work, but thats a manual way, he wanted a way to do it from a program, hence you would need to understand the format of a link file.

http://www.wotsit.org/search.asp?page=2&s=windows

Its got direct link protection, get the Shortcut one.

[ This Message was edited by: sacah on 2002-05-13 21:02 ]
Posted by KaGez on 21:14:00 05-13-2002
hey, it was just a idea
[addsig]
Posted by dxprog on 02:27:00 05-14-2002
Thanks sacah. May take a little bit to figure it out but it will work [addsig]