如何打包一个Obfuscated exe [英] How to package an Obfuscated exe

查看:49
本文介绍了如何打包一个Obfuscated exe的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我在vb.net中有一个简单的应用程序,在同一个解决方案中有一个设置应用程序。如果我想混淆应用程序并制作安装程序包,那么步骤是什么?我的意思是在哪里添加设置项目,在混淆之后,它在一个单独的目录中生成混淆的输出。



谢谢

快乐。

解决方案

如果需要,可以将安装项目添加到同一解决方案中。这个位置并不重要,因为你告诉它住在哪里。你的安装项目有你添加你选择的exe的地方 - 选择混淆的。


你打包它完全相同的方式来做任何其他.EXE。你编译你的解决方案,然后混淆二进制文件,然后打包它们。



哦,请不要使用VS2010及以下的安装和部署项目。它已被弃用,在VS2012及以上版本中不再受支持。



使用第三方安装构建应用程序,如Advanced Installer,InstallShield,InnoSetup,Wix,...

Hi,

I have a simple application in vb.net and a setup application in the same solution. If I want to obfuscate the application and make a installer package, the what are the steps? I mean where to add the setup project, after obfuscation, it generates the obfuscated output in a separate directory.

Thanks
Be Happy.

解决方案

You can add the setup project to the same solution if you want. The location does not matter that much since you tell it where it lives. Your setup project has the place where you add the exe of your choice - select the obfuscated one.


You package it up the exact same way to do any other .EXE. You compile your solution, then obfuscate the binaries, then package them up.

Oh, please don''t use the Setup and Deployment project in VS2010 and below. It''s deprecated and no longer supported in VS2012 and above.

Use a 3rd party installation build application like Advanced Installer, InstallShield, InnoSetup, Wix, ...


这篇关于如何打包一个Obfuscated exe的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆