An open API service indexing awesome lists of open source software.

https://github.com/voronfx/dotnet-string-repacker

This program allows to extract and replace strings in .NET application or assembly.
https://github.com/voronfx/dotnet-string-repacker

diassemble localization-tool recompilation replace-text resources-modify

Last synced: 13 days ago
JSON representation

This program allows to extract and replace strings in .NET application or assembly.

Awesome Lists containing this project

README

          

# DotNet-String-Repacker
This program allows to extract and replace strings in .NET application or assembly.
It disassemble assembly with "ildasm", saves strings to ".csv" file and then recompile assembly with "ilasm" with replaced strings.