Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Deobfuscate code from vim

by nferraz (Monk)
on Aug 28, 2008 at 09:53 UTC ( [id://707431]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        " Deparse obfuscated code
        nnoremap <silent> _d :.!perl -MO=Deparse 2>/dev/null<cr>
        vnoremap <silent> _d :!perl -MO=Deparse 2>/dev/null<cr>
    
  2. or download this
        --$|&&s|\n|-|;
    
  3. or download this
        s/\n/-/ if --$|;
    
  4. or download this
        $foo and $bar or $baz = 1;
    
  5. or download this
        $baz = 1 unless $foo and $bar;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://707431]
help
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-04-19 21:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found