Skip to content

Add *.url support next to *.lnk #205

@CptMoore

Description

@CptMoore

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions