You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
About
This program allows to extract and replace strings in .NET application or assembly.