|
|
 Rank: Member Groups: Member
Joined: 1/13/2010 Posts: 9 Points: 27 Location: Australasia
|
Can anyone suggest a free and easy-to-use code obfuscator? Do people even bother using one?
I'm currently considering using "obfuscar" (http://code.google.com/p/obfuscar/) but after reading the instructions I'm still a bit confused as to how to use it - I've never used an obfuscator before.
|
|
 Rank: Newbie Groups: Member
Joined: 10/19/2009 Posts: 2 Points: 6 Location: Minnesota, USA
|
Have you tried the Dotfuscator Community Edition built into Visual Studio? It only does renaming but it makes casual hacking inconvenient.
[edit] I guess it's not really built-in. It launches a separate app with its own project. [/edit]
|
|
 Rank: Member Groups: Member
Joined: 1/13/2010 Posts: 9 Points: 27 Location: Australasia
|
Thanks for this, I looked into this but for some reason my VS2008 isn't letting me set it up. Guess I will have to look into some of the other ones floating around gahhh
|
|
 Rank: Advanced Member Groups: Administration
Joined: 10/24/2008 Posts: 42 Points: 120 Location: @work
|
Hi Sunnex, You can also try to use the babel obfuscator . It’s a free command line tool and the following parameters work for Silverlight: --noildasm --nomsil --noinvalidopcodes --types --events --methods –properties I will post some information as soon as I can. Regards,
|
|
 Rank: Advanced Member Groups: Administration
Joined: 10/24/2008 Posts: 42 Points: 120 Location: @work
|
|
|
 Rank: Member Groups: Member
Joined: 1/13/2010 Posts: 9 Points: 27 Location: Australasia
|
Hi APIJunkie,
That's excellent! I'll dig into it and let you know how things go.
|
|
|
Guest |