C++ code obfuscator
I happened to be looking for a code obfuscator for C++ and came across COBF. It is easy enough to get it working on a single file. However, when you have a large library which exports many symbols from the dll it is difficult to make a script file that can easily take an existing VC++ solution and obfuscate the entire project.
Posted in Software |