摘要:
资源分类: 软件 >> 图形图像中文名称: 奥多比CS4设计套件中文版英文名称: Adobe Creative Suite 4 Design Premium资源格式: ISO版本说明: 简体中文/繁体中文制作发行: 奥多比/Adobe发行时间: 2008地 区: 中国(大陆)中国(台湾)美国韩国语 言: 汉语英语朝鲜语资源简介:只是转发,让需要的人来加速!官方中文版,eD2k 链接首发 ieD2k.com,转载请注明出处。官方网址:http://www.adobe.com/tw/products/creativesuite/design/重置: 压缩比率 98% 原图片大小 [ 7 阅读全文
摘要:
1. 我们有一个test.exe的WinForm程序,这是我们要加壳的目标程序。2. 新建一个WinForm工程,删除Form1,然后新建一个类。如下。3. 将test.exe 拷贝到该工程目录,作为嵌入式资源。using System;using System.Windows.Forms;using System.Resources;using System.Reflection;using System.IO;namespace test{ static class Program { [STAThread] static void Main(string[] args) { Stream 阅读全文