A tool to extract the contents of a single file application to a directory.
$ dotnet add package sfextractThis is a tool to extract the contents (assemblies, configuration, ...) of a single file application to a directory.
To use this tool install it as a global dotnet tool:
dotnet tool install -g sfextract
After installation, the tool can be called by using the sfextract command using the following arguments:
sfextract [file] -o|--output [output-directory]
sfextract Application.exe -o path/to/output/
Omitting the output directory will list all files in the single file executable.
sfextract Application.exe