Click here to Skip to main content
15,891,725 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,

im looking for any free obfuscator for dll..im using VSc++ 2010

thanks in advance
Posted

1 solution

Obfuscators only make sense for byte-code virtual machine languages and not native compiled applications like c/c++ compilers.

Take a look at http://confuser.codeplex.com/[^] for .net assemblies.
 
Share this answer
 
Comments
Andrei Straut 6-Sep-12 13:22pm    
Also, not to mention that with a bit of refactoring-fu, any obfuscation would be rendered virtually useless...
Ronni2013 6-Sep-12 13:33pm    
i already using that one...it cant read my dll..my runtime library is MT
im a newbie btw
Mehdi Gholam 6-Sep-12 13:37pm    
What is "MT"?
If you are using c++ then don't bother looking for a tool.
Ronni2013 6-Sep-12 13:50pm    
if i build it in /MT run-time it cant load the dll if i build it as /MDd it will failed to obfuscate

so its ok not to use any obfuscator for that kind of dll?
yes im using c++ visual studio

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900