Skip to content

Simple tool to extract and decompress embedded resources processed by Fody Costura

License

Notifications You must be signed in to change notification settings

dr4k0nia/Simple-Costura-Decompressor

Repository files navigation

Simple Costura Decompressor

Simple tool to extract and decompress embedded resources processed by Fody Costura

Usage

Using command line arguments:

Costura-Decompressor.exe file1.exe file.dll.compressed

The tool supports executable files with costura processed resources and the compressed resources as single files which can be extracted using tools like dnSpy, ILSpy etc.

Output looks like this: example output

You can also just drag the file you want to decompress or extract and decompress resources from onto the executable.

Dependencies

  • AsmResolver
  • Colorful.Console