Tools

Joe1234

New member
Joined
Oct 12, 2009
Messages
2
Programming Experience
Beginner
I was in the process of reviewing some software I currently use and started wondering what other tools people use during development. I would like to improve my programs and at this point I'm just looking to see what tools might help to allow me to add features or I would just like to get some ideas. Maybe there are some security concepts, UI tools, methodologies, etc. that would give me some direction.

I use the following:
Crystal reports
Visual Studio
Dotfuscator
PostSharp
 
Dotfuscator is very easy to de obfuscate and gain original source code. you should make and use your own obfuscator if you don't want other to be able to "crack" your application.

Their are even public de-obfsucators for Clisecure, Xheo DeployX etc, pretty much all publicly release (for sale) Obsfucators are now easily bypassed :(
 
Back
Top