Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: adfm on March 11, 2010, 05:28:06 pm

Title: does anyone uses obfuscators?
Post by: adfm on March 11, 2010, 05:28:06 pm
Hello all,

I guess the "subject" syas it all. I'm exploring obfuscators and I'm wondering if anyone here as used any. I'm particularly interested in code morphing, but any obfuscator people may have used and their experiences would be apreciated.

Cheers
Title: Re: does anyone uses obfuscators?
Post by: oBFusCATed on March 11, 2010, 08:09:22 pm
C++ people don't use obfuscators :)
Title: Re: does anyone uses obfuscators?
Post by: MortenMacFly on March 11, 2010, 09:32:33 pm
C++ people don't use obfuscators :)
C++ people may use Brainfuck (http://en.wikipedia.org/wiki/Brainfuck). That's obfuscation enough... :lol:
Title: Re: does anyone uses obfuscators?
Post by: thomas on March 12, 2010, 01:10:32 pm
You mean you can actually read the code I've written? Dang, I have to work on my style :)
Title: Re: does anyone uses obfuscators?
Post by: MortenMacFly on March 12, 2010, 08:47:47 pm
You mean you can actually read the code I've written?
The mean your embedded brainfuck in C::B like:
Code
static const unsigned int max_logs = ((65535^61>>3)<<2)*!!!!sizeof(int*)%63;
???

Indeed, this is really hard to read. :lol: :lol: :lol: