Home - Forums-.NET - Spices.Net - hiding embedded resources

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

hiding embedded resources
Link Posted: 20-Aug-2007 19:31
Hi
i am evaluating spicenet obfuscator tool (V5.3).If i am giving assembly with embedded resource is it possible to hide the resource files?
for example.. i am using javascript in asp.net and i added javascript as embedded resource.
i read in your help files that in antiILDASAM property complete will hide all the files. What this function exactly will do?
Link Posted: 21-Aug-2007 01:03
Currently Spices.Obfuscator v5.3 obfuscates resource names, protect them from decompilation and tampering, but we're preparing solution to additionally compress and encrypt resources. Spices.Obfuscator can't completely hide resources because of wide range of ways of usage managed resources, there is no universal solution to hide resource.
But you can hide managed resource manually by using code from How to's\\How to hide managed resource in exe/dll topic of Spices.Net manual.