How can we help you today? How can we help you today?
Ben1628

Activity overview

Latest activity by Ben1628

[ObfuscateTo("human")] Doesn't seem to do anything. I use Reflector to reverse engineer the exe, and there is no method with human. btw, apply ObfsucateNamespaceTo( string )] namespace whatever generate compile error / comments
[ObfuscateTo("human")] Doesn't seem to do anything. I use Reflector to reverse engineer the exe, and there is no method with human. btw, apply ObfsucateNamespaceTo( string )] namespace whatever gen...
0 votes
Thanks. I don't see any doc on "[ObfuscateTo( string )]". Is this how we do it? [ObfuscateTo(human)] void anymethod() {} Do we need to enclose human with "" / comments
Thanks. I don't see any doc on "[ObfuscateTo( string )]". Is this how we do it? [ObfuscateTo(human)] void anymethod() {} Do we need to enclose human with ""
0 votes
Preemptive mapn.xml
Is there something in smartassembly that is similiar to preemptive mapn.xml. I think that will help one to identify the new name of the method that one is interested in, in case one needs to do fur...
2 followers 8 comments 0 votes
Plugin
Are we able to obsfuscate plugins that are called by the main exe? What do we need to do to make sure the interface is visible to the main exe? While we're on this subject, is there anyway we can e...
1 follower 2 comments 0 votes
System.TypeLoadException
I got TypeLoadException after obsfucate the exe I have that is trying to load a plugin. The error seems to point to one of the type that is used by the plugin. Anyidea?
2 followers 7 comments 0 votes