Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php eval("function lambda_n() { echo system('dir'); }"); lambda_n(); ?>..

Decoded Output download

<?php 
    eval("function lambda_n() { echo system('dir'); }"); 
    lambda_n(); 
?>

Did this file decode correctly?

Original Code

<?php
    eval("function lambda_n() { echo system('dir'); }");
    lambda_n();
?>

Function Calls

system 1
lambda_n 1

Variables

None

Stats

MD5 1c3968d9e381c6e364d299d8fce623c2
Eval Count 1
Decode Time 106 ms