Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
Sorry. Couldn't come up with a better name. Heh.

Anyways, I don't much take interest in obfuscations that use a big heap of arbitrary characters and then do a pack or ord on them - although if it forms images, it can be nice. I like obfuscations where it isn't very obvious what really happens, and the trick is to figure that out. Having said that, my new obfu has a long line with arbitrary characters in it. Go figure. But please, go figure it out. I have a hard time judging if this is way too obvious or not. :)

The program takes an optional commandline argument, which should be your name, or defaults to "Dog and Pony". It will then tell you what it thinks.

#!/usr/bin/perl -wl0040 use strict; use English; use vars qw( $ARG ); # Amazing Regexp Grinder (ARG) # Usage: perl arg.pl <your-name> $_ = shift || "Dog and Pony"; print "\n$_:\n"; $ARG = qr( /^C^C^C^P\\\[^D"\[^P^C""0"\0\/""\0""!!0""0\0""0\0""0!!\/"""0"\[^P^C0 +\[!^C^P"\[^C0^P\/\\\0"!"0"!"0\["\\"0""0\/^P^C0"""0"\[\[\\\\0"\0/ ); ($_=~s/$ARG/JAPH/ || s/(\W)/\$$1/g && s/\$(\s)\$//g && s'([^/]+)'#$1\' +) or warn "No match!"; print qq($') && eval;

Hope I brought a few moments amusement, at least. :)

UPDATE: Solution added.


You have moved into a dark place.
It is pitch black. You are likely to be eaten by a grue.

In reply to Amazing Regexp Grinder (ARG) by Dog and Pony

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



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-03-29 11:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found