PHP混淆加密使用preg_replace隐藏eval

2015-01-04 09:16

$ss = base64_encode ( $string.';eval("echo time();");' );

$h = 'eval(base64_decode("' . $ss . '"))';

$func = 'preg_replace';

$func ( "//e", $h, '' );


^