Skip to content

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

Notifications You must be signed in to change notification settings

VoronFX/DotNet-String-Repacker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.