I am testing .NET Reactor and when I use .NET Reactor only with Anti ILDASM is this enough to prevent others to look at my source code? I have tried such a protected assembly with Reflector and it cannot open it any more. So is this protection secure enough or are there other possibilities to look at my source?
My "problem" is that my application uses a lot of Reflection (with CSLA.NET) and it seems I cannot use obfuscation.