You are talking nonsense.

B::DeObfuscate works on any perl code, whether run through Perl-Obfus or not. It has already been pointed out that it would work fine on other code. It's a generic deobfuscator, not specific to Perl-Obfus. You may as well try and declare perltidy and B::Deparse illegal.

The legality of running it on a piece of code depends on the licence for that code. If I wished I could purchase Perl-Obus, run it on a piece of my code, and release the "obfuscated" code under the GPL. It would be perfectly legal for people to do whatever they like to the source.

If I wished I could write a piece of code, release it with a restrictive licence and if somebody altered so much as a single tab they would be breaking the law.

Contracts, licences, patents and copyright control the legality of altering code. Obfuscation is a foolish method of trying to control source code.

If I'm going to obey the law whether the code is obfuscated or not makes no difference - I'm not going to fiddle with the source.

If I'm going to break the law obfuscation is so trivially overcome it's not going to make a difference.

If you're capable of making a living distributing your obfusticator - good luck to you. Just don't expect the rest of the world to agree with you.


In reply to Re^7: Here is a commercial obfuscator by adrianh
in thread Here is a commercial obfuscator 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.