是否可以在不打开 GUI 应用程序的情况下从命令行运行 dotfuscator
我正在寻找混淆器工具来保护程序集。我需要对那个混淆的程序集进行逆向工程以调用方法。 现在我尝试使用与 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
检查 PreEmptive Dotfuscator 文档中的命令行选项摘要。
Check the Command Line Option Summary in the PreEmptive Dotfuscator Documentation.
要在不打开 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.