An open source tool for extracting resources like images, strings, etc. from .NET assemblies, helpful for localizing .NET applications or reusing resources.
DotNetResourcesExtract is an open source command line tool for extracting various resources like images, strings, etc. from .NET assemblies. It works by parsing the metadata of .NET binaries to identify built-in resources and extract them to disk.
Some key features of DotNetResourcesExtract:
DotNetResourcesExtract can be helpful in several scenarios like localizing .NET applications by extracting language resource strings, reusing GUI images and icons, retrieving built-in data files, and more without needing access to the source code. As it is open source and command line based, it can easily be integrated into build scripts and pipelines.