Author Topic: does anyone uses obfuscators?  (Read 5047 times)

Offline adfm

  • Multiple posting newcomer
  • *
  • Posts: 21
does anyone uses obfuscators?
« 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

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: does anyone uses obfuscators?
« Reply #1 on: March 11, 2010, 08:09:22 pm »
C++ people don't use obfuscators :)
(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!]

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: does anyone uses obfuscators?
« Reply #2 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:
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: does anyone uses obfuscators?
« Reply #3 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 :)
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: does anyone uses obfuscators?
« Reply #4 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:
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ