摘要:
利用.Net Reflector或者dnSpy高版本 进行winform 反编译的时候,无法将resx还原,可以利用下面的代码将resources文件转换成resx,函数ConvertResourcesToResx。 (dnSpy v3.0.2可以反编译出resx文件) public static 阅读全文
摘要:
1.Open VSCode 2.Open Terminal by using 'Ctrl+J' 3.dotnet new console 4.dotnet add package System.Drawing.Common 5.Open Program.cs code using System; u 阅读全文