News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

does anyone uses obfuscators?

Started by adfm, March 11, 2010, 05:28:06 PM

Previous topic - Next topic

adfm

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

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

MortenMacFly

Quote from: oBFusCATed on March 11, 2010, 08:09:22 PM
C++ people don't use obfuscators :)
C++ people may use Brainfuck (http://en.wikipedia.org/wiki/Brainfuck). That's obfuscation enough... :lol:
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

thomas

You mean you can actually read the code I've written? Dang, I have to work on my style :)
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

MortenMacFly

Quote from: thomas on March 12, 2010, 01:10:32 PM
You mean you can actually read the code I've written?
The mean your embedded brainfuck in C::B like:
static const unsigned int max_logs = ((65535^61>>3)<<2)*!!!!sizeof(int*)%63;
???

Indeed, this is really hard to read. :lol: :lol: :lol:
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]