Answer the question
In order to leave comments, you need to log in
How to decode PHP file?
Help solve the following problem, there is a PHP file that contains several hundred such encoded fragments: $_[in____(base64_decode('Yw=='))]
, respectively, a 2-encoder is used, after exporting the processed code with readable values:
1) function in____
2) base64_decode
Function in____
:
function in____($_){
$__='';
for($____=0; $____<strlen($_); $____++){
$___=ord($_[$____]);
$__.=chr(--$___);
}
return $__;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question