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 $stt0 = "\x41\x41h\x2bOrDsmZrrNXf4pym9ndkh\x410Y\x43\x2bP\x61ezi5q"; eval('?>'.gzu..
Decoded Output download
<?php
$stt0 = "AAh+OrDsmZrrNXf4pym9ndkhA0YC+Paezi5q";
eval('?>'.gzuncompress(gzinflate(base64_decode(strrev($stt0)))));
?>
Did this file decode correctly?
Original Code
<?php
$stt0 = "\x41\x41h\x2bOrDsmZrrNXf4pym9ndkh\x410Y\x43\x2bP\x61ezi5q";
eval('?>'.gzuncompress(gzinflate(base64_decode(strrev($stt0)))));
?>
Function Calls
strrev | 1 |
phpinfo | 1 |
gzinflate | 1 |
gzuncompress | 1 |
base64_decode | 1 |
Stats
MD5 | 021c455d67e6603b640406c61a88e56f |
Eval Count | 1 |
Decode Time | 76 ms |