c# 做个修改exe的ico
我知道提取exe的ico可以用
[System.Runtime.InteropServices.DllImport("shell32.dll")]
private static extern int ExtractIconEx(string lpszFile, int niconIndex, ref IntPtr phiconLarge, ref IntPtr phiconSmall, int nIcons);
来实现。
那我要修改一个exe的ico该怎么做呢?
------解决方案--------------------把exe反编译出来,然改就是了
------解决方案--------------------可以写一个 ini 文件 就可以 改变 exe的 图像了
------解决方案--------------------
------解决方案--------------------http://www.cnblogs.com/hoodlum1980/archive/2011/07/10/2102106.html