views:

70

answers:

3

I need to create a macro to go through my 100000 line project and rename each function to random strings.

Has anyone done something like this?

+4  A: 

I'd use a tool designed for this instead. For example, Dotfuscator.

Anna Lear
+1  A: 

This is called an obfuscation of the code. In order to do this in .NET, you have to use Dotfuscator. Visual Studio installation is bundled with Dotfuscator Community Edition (optional component).

Good luck!

Vlad Lazarenko
A: 

Hi Pat,

Try DeepSea Obfuscator, it's designed to do that (and more obfuscation features).

Kind regards, Ewout Prangsma

Ewout Prangsma