Home - Forums-.NET - Spices.Net - C++ Project with Spices.Obfuscator VSIP

Spices.Net

NET code security, tools to protect, obfuscate, tamper defense, code and data safety, recover, convert, optimize, explore, browse and analyze .Net software.

This forum related to following products: Spices.Net Suite, Spices.Net Obfuscator, Spices.Net Decompiler

C++ Project with Spices.Obfuscator VSIP
Link Posted: 10-Dec-2006 09:11
I have a project with a C# dll and a C++ exe. I'm finding that VSIP does not support C++ although Spices.Obfuscator does. Any chance to get this implemented? Without this feature, it appears that I will have to revert to the Console version in which case my investment in the VSIP version is a waste of money.

Related question. Does VSIP automatically change directories for DEBUG vs RELEASE builds? Is it possible to have different Spices configurations for each build type? For example, to include/exclude debug info?
Link Posted: 10-Dec-2006 11:31
I have a project with a C# dll and a C++ exe. I'm finding that VSIP does not support C++ although Spices.Obfuscator does. Any chance to get this implemented?

Yes, we are working on implementing c++ project obfuscation.
Without this feature, it appears that I will have to revert to the Console version in which case my investment in the VSIP version is a waste of money.

You can use MSBuild integration to integrate obfuscation into your build support. VS2005 uses MSBuild tasks to runt tasks in the process of project builds, you can insert obfuscation task into VC++ project.

Related question. Does VSIP automatically change directories for DEBUG vs RELEASE builds?

If SaveToDirectory of spices.Project is specified - no, in this case obfuscated assemblies will stored in the SaveToDirectory. To store assemblies in their original place clear SaveToDirectory property.
Is it possible to have different Spices configurations for each build type? For example, to include/exclude debug info?

Currently it is possible if you will use MSBuild integration (included into VSIP package.