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.
- Host: GitHub
- URL: https://github.com/voronfx/dotnet-string-repacker
- Owner: VoronFX
- Created: 2017-09-10T15:08:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-11T08:02:32.000Z (almost 9 years ago)
- Last Synced: 2025-10-12T06:45:16.797Z (9 months ago)
- Topics: diassemble, localization-tool, recompilation, replace-text, resources-modify
- Language: C#
- Homepage:
- Size: 5.23 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.