Modify Emdeded String in C# compiled exe

Convert the assembly to IL, do a textual search and replace, recompile the IL to an assembly again. Use the standard tools from the .NET SDK.

Leave a Comment