是否可以在不打开 GUI 应用程序的情况下从命令行运行 dotfuscator

发布于 2024-08-02 07:42:13 字数 305 浏览 5 评论 0原文

我正在寻找混淆器工具来保护程序集。我需要对那个混淆的程序集进行逆向工程以调用方法。 现在我尝试使用与 VS 2005,2008 集成的 dotfuscator 工具。 我按照以下步骤操作。 1. 使用GUI工具进行混淆汇编。 2. 导入反射镜。 3.我能够在反射器中看到转换后的方法和变量名称。 4. 之后,我尝试使用转换后的名称访问方法,其工作正常。

我需要保护程序集,即使用户可以使用反射器看到方法名称,但开发人员可以对混乱的程序集进行重新设计。

有没有任何工具可以进行安全组装???

我想从命令行运行混淆器工具而不打开 GUI 应用程序。

i am looking for obfuscator tool to secure the assembly. and i need to do reverse enginnering on that obfuscated assembly to invoke methods.
right now i tried with dotfuscator tool which is integrated with VS 2005,2008.
and i follow following steps.
1. Make obfuscated assembly using GUI tool.
2. Import in reflector.
3. i am able to see converted methods and variable name in reflector.
4. After that i try out to access methods using converted name and its working fine.

i need to secure assembly even user can see method name using reflector but developer can do re-engineering on opfuscated assembly.

Is there any tool available to make secure assembly ???

and i want to run obfuscator tool from command line witout opening GUI application.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

水波映月 2024-08-09 07:42:13

检查 PreEmptive Dotfuscator 文档中的命令行选项摘要。

Check the Command Line Option Summary in the PreEmptive Dotfuscator Documentation.

把时间冻结 2024-08-09 07:42:13

要在不打开 Visual Studio 的情况下运行 Dotfuscator,您需要购买它。社区版需要打开 Visual Studio。

To run Dotfuscator without opening Visual Studio, you need to purchase it. The Community Edition requires Visual Studio be open.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文