I wrote a simple console 'Hello World' program and obfuscated it using the [Members : Full] option and the [AntiILDASM : Complete] option.
Lutz Roeder's Reflector effortly disassembles it. Also mot of the time when I try and use any of the AntiILDASM option the obfuscation fails with an error saying something like :
Index was outside the bounds of the array.
at \u15\u2.\u11.\u19(\uf , \u19 , \u2 , String , String , String , Byte[] )
at \u15\u2.\u11.\u19(\uf , \u19 , \u2 , Hashtable , Boolean , Boolean )
at \u15\u2.\u11.\u19(\uf , \u19 , Boolean , \u1 )
at \u15\u2.\u11.\u12(\u1 , \uf , \u19 )
at \u15\u2.\u11.\u19(String , \uf , \u19 , Boolean , Boolean )
at \u16.\u16.\u16(String , \uf , \u19 , StringEncryptionMode , \u17 , Boolean )
at \u16.\u16.\u16(Project )
Any Idea what I can do to fix this ?