May be we'll produce deobfuscators for them too while we are at it?
Oh, B::DeObfuscate will work on them too, as they merely obfuscate the source which is easily rebuilt into a coherent form with some appliance of the backend modules (specifically B::Deparse). Until a progam starts to obfuscate the actual program execution (which could conceivably, but not easily, be done with some B op tree magic) B::DeObfuscate should do a fine job deobfuscating. It's sort of like the difference between describing something using lots of buzzwords and jargon and then translating that into something that everyone can understand without needing to restructure what was said e.g

quasi-technical

the translation unit was obfuscated by recombobulating the ascii representation of the potential bytecode
plain english
the programmers code was muddled up by fiddling with the text that might be run at some point
Not a beautiful example I know, but hopefully it gets the point across - source code obfuscation is superficial.

_________
broquaint


In reply to Re: While we are at B::DeObfuscate by broquaint
in thread While we are at B::DeObfuscate by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.