forked from dnSpy/dnSpy
-
-
Notifications
You must be signed in to change notification settings - Fork 656
Add *.url support next to *.lnk #205
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Problem Description
*.lnk files are binary files and hard to create or read programmatically, while *.url are simple text files of the format
[InternetShortcut]
URL=file:///D:/work/myassembly.dll
Using this mechanism, one can easily create a directory with a list of url files (e.g. from within unity mono), that reference scattered around dlls. One can then just drag&drop the directory into dnspy.
Proposal
*.url support can be implemented similar to *.lnk support, except that the parsing part is much simpler.
PR proposal can be found at #206
Alternatives
No response
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request