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 $t0=new y1($i2,$j3,$l4,$e5);if($t0->$y6){die(base64_decode('Q29ubmVjdGlvbiBmYWlsZWQ6IA==').$t0->$y6);}?>...



Obfuscated php code

<?php $t0=new y1($i2,$j3,$l4,$e5);if($t0->$y6){die(base64_decode('Q29ubmVjdGlvbiBmYWlsZWQ6IA==').$t0->$y6);}?>

Decoded(de-Obfuscated) php code

<?php

$t0 = new y1($i2, $j3, $l4, $e5);
if ($t0->{$y6}) {
    die("Connection failed: " . $t0->{$y6});
}


Malware detection & removal plugin for WordPress

(C)2020 Wordpress Doctor All rights reserved.